diff options
Diffstat (limited to 'arch/sparc64/kernel/power.c')
-rw-r--r-- | arch/sparc64/kernel/power.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/power.c b/arch/sparc64/kernel/power.c index 9e8362ea3104..30bcaf58e3ab 100644 --- a/arch/sparc64/kernel/power.c +++ b/arch/sparc64/kernel/power.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/signal.h> | 14 | #include <linux/signal.h> |
15 | #include <linux/delay.h> | 15 | #include <linux/delay.h> |
16 | #include <linux/interrupt.h> | 16 | #include <linux/interrupt.h> |
17 | #include <linux/pm.h> | ||
17 | 18 | ||
18 | #include <asm/system.h> | 19 | #include <asm/system.h> |
19 | #include <asm/ebus.h> | 20 | #include <asm/ebus.h> |
@@ -70,6 +71,9 @@ void machine_power_off(void) | |||
70 | machine_halt(); | 71 | machine_halt(); |
71 | } | 72 | } |
72 | 73 | ||
74 | void (*pm_power_off)(void) = machine_power_off; | ||
75 | EXPORT_SYMBOL(pm_power_off); | ||
76 | |||
73 | #ifdef CONFIG_PCI | 77 | #ifdef CONFIG_PCI |
74 | static int powerd(void *__unused) | 78 | static int powerd(void *__unused) |
75 | { | 79 | { |