projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
322740e
)
um: Export pm_power_off
author
Richard Weinberger
<richard@nod.at>
Mon, 25 Jan 2016 22:24:21 +0000
(23:24 +0100)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/arch/um/kernel/reboot.c
b/arch/um/kernel/reboot.c
index 9bdf67a092a53bc9b9f68939abce7cc872e2a8b6..b60a9f8cda7550729a571c1eb6433eb83dcbd858 100644
(file)
--- a/
arch/um/kernel/reboot.c
+++ b/
arch/um/kernel/reboot.c
@@
-12,6
+12,7
@@
#include <skas.h>
void (*pm_power_off)(void);
+EXPORT_SYMBOL(pm_power_off);
static void kill_off_processes(void)
{