aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2016-01-25 17:24:21 -0500
committerRichard Weinberger <richard@nod.at>2016-03-05 16:17:52 -0500
commit0834f9cc9f1c5a104e87000378b9cda290c4f406 (patch)
tree7ebc8b46ad8beb981358737bcc88ac3915981bc6
parent322740efbb7ca26df845161e61cc41484b7e328e (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.c1
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
14void (*pm_power_off)(void); 14void (*pm_power_off)(void);
15EXPORT_SYMBOL(pm_power_off);
15 16
16static void kill_off_processes(void) 17static void kill_off_processes(void)
17{ 18{