Skip to content
Snippets Groups Projects
Commit 0834f9cc authored by Richard Weinberger's avatar Richard Weinberger
Browse files

um: Export pm_power_off


...modules are using this symbol.
Export it like all other archs to.

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 322740ef
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
#include <skas.h>
void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off);
static void kill_off_processes(void)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment