Skip to content

Commit 0834f9c

Browse files
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>
1 parent 322740e commit 0834f9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/um/kernel/reboot.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <skas.h>
1313

1414
void (*pm_power_off)(void);
15+
EXPORT_SYMBOL(pm_power_off);
1516

1617
static void kill_off_processes(void)
1718
{

0 commit comments

Comments
 (0)