diff options
author | Richard Weinberger <richard@nod.at> | 2016-01-25 17:24:21 -0500 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2016-03-05 16:17:52 -0500 |
commit | 0834f9cc9f1c5a104e87000378b9cda290c4f406 (patch) | |
tree | 7ebc8b46ad8beb981358737bcc88ac3915981bc6 | |
parent | 322740efbb7ca26df845161e61cc41484b7e328e (diff) |
um: Export pm_power_off
...modules are using this symbol.
Export it like all other archs to.
Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r-- | arch/um/kernel/reboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/kernel/reboot.c b/arch/um/kernel/reboot.c index 9bdf67a092a5..b60a9f8cda75 100644 --- a/arch/um/kernel/reboot.c +++ b/arch/um/kernel/reboot.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <skas.h> | 12 | #include <skas.h> |
13 | 13 | ||
14 | void (*pm_power_off)(void); | 14 | void (*pm_power_off)(void); |
15 | EXPORT_SYMBOL(pm_power_off); | ||
15 | 16 | ||
16 | static void kill_off_processes(void) | 17 | static void kill_off_processes(void) |
17 | { | 18 | { |