Skip to content
Snippets Groups Projects
Commit b3bc2c55 authored by Haavard Skinnemoen's avatar Haavard Skinnemoen
Browse files

avr32: Minor pm_power_off cleanup


Include <linux/pm.h> to see the declaration of pm_power_off, and remove
unneeded NULL initializer.

Signed-off-by: default avatarHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
parent 520bab80
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include <linux/module.h> #include <linux/module.h>
#include <linux/kallsyms.h> #include <linux/kallsyms.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/pm.h>
#include <linux/ptrace.h> #include <linux/ptrace.h>
#include <linux/reboot.h> #include <linux/reboot.h>
#include <linux/tick.h> #include <linux/tick.h>
...@@ -20,7 +21,7 @@ ...@@ -20,7 +21,7 @@
#include <mach/pm.h> #include <mach/pm.h>
void (*pm_power_off)(void) = NULL; void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off); EXPORT_SYMBOL(pm_power_off);
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment