瀏覽代碼

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>
Richard Weinberger 9 年之前
父節點
當前提交
0834f9cc9f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/um/kernel/reboot.c

+ 1 - 0
arch/um/kernel/reboot.c

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