Commit 0834f9cc authored by Richard Weinberger's avatar Richard Weinberger

um: Export pm_power_off

...modules are using this symbol.
Export it like all other archs to.
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 322740ef
...@@ -12,6 +12,7 @@ ...@@ -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)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment