mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
322740efbb
commit
0834f9cc9f
@ -12,6 +12,7 @@
|
||||
#include <skas.h>
|
||||
|
||||
void (*pm_power_off)(void);
|
||||
EXPORT_SYMBOL(pm_power_off);
|
||||
|
||||
static void kill_off_processes(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user