diff options
Diffstat (limited to 'arch/hexagon/kernel/reset.c')
-rw-r--r-- | arch/hexagon/kernel/reset.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/hexagon/kernel/reset.c b/arch/hexagon/kernel/reset.c index 6aeabc962b3b..76483c10130d 100644 --- a/arch/hexagon/kernel/reset.c +++ b/arch/hexagon/kernel/reset.c | |||
@@ -33,6 +33,5 @@ void machine_restart(char *cmd) | |||
33 | { | 33 | { |
34 | } | 34 | } |
35 | 35 | ||
36 | void pm_power_off(void) | 36 | void (*pm_power_off)(void) = NULL; |
37 | { | 37 | EXPORT_SYMBOL(pm_power_off); |
38 | } | ||