Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
#include <skas.h>

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

static void kill_off_processes(void)
{