diff options
author | Richard Weinberger <richard@nod.at> | 2016-01-25 23:24:21 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2016-03-05 22:17:52 +0100 |
commit | 0834f9cc9f1c5a104e87000378b9cda290c4f406 (patch) | |
tree | 7ebc8b46ad8beb981358737bcc88ac3915981bc6 /arch/um | |
parent | 322740efbb7ca26df845161e61cc41484b7e328e (diff) | |
download | linux-0834f9cc9f1c5a104e87000378b9cda290c4f406.tar.gz linux-0834f9cc9f1c5a104e87000378b9cda290c4f406.tar.bz2 linux-0834f9cc9f1c5a104e87000378b9cda290c4f406.zip |
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>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/kernel/reboot.c | 1 |
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 @@ #include <skas.h> void (*pm_power_off)(void); +EXPORT_SYMBOL(pm_power_off); static void kill_off_processes(void) { |