From: Richard Weinberger Date: Mon, 25 Jan 2016 22:24:21 +0000 (+0100) Subject: um: Export pm_power_off X-Git-Tag: v6.1~17065^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0834f9cc9f1c5a104e87000378b9cda290c4f406;p=sdk%2Femulator%2Femulator-kernel.git um: Export pm_power_off ...modules are using this symbol. Export it like all other archs to. Signed-off-by: Richard Weinberger --- 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 void (*pm_power_off)(void); +EXPORT_SYMBOL(pm_power_off); static void kill_off_processes(void) {