um: Export pm_power_off
authorRichard Weinberger <richard@nod.at>
Mon, 25 Jan 2016 22:24:21 +0000 (23:24 +0100)
committerRichard Weinberger <richard@nod.at>
Sat, 5 Mar 2016 21:17:52 +0000 (22:17 +0100)
...modules are using this symbol.
Export it like all other archs to.

Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/kernel/reboot.c

index 9bdf67a..b60a9f8 100644 (file)
@@ -12,6 +12,7 @@
 #include <skas.h>
 
 void (*pm_power_off)(void);
+EXPORT_SYMBOL(pm_power_off);
 
 static void kill_off_processes(void)
 {