Skip to content

Commit

Permalink
um: Export pm_power_off
Browse files Browse the repository at this point in the history
...modules are using this symbol.
Export it like all other archs to.

Signed-off-by: Richard Weinberger <[email protected]>
  • Loading branch information
richardweinberger committed Mar 5, 2016
1 parent 322740e commit 0834f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/um/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <skas.h>

void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off);

static void kill_off_processes(void)
{
Expand Down

0 comments on commit 0834f9c

Please sign in to comment.