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

Commit 89eb1693 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] missing exports of pm_power_off() on alpha and sparc32

parent a06c39d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -47,6 +47,7 @@
 * Power off function, if any
 * Power off function, if any
 */
 */
void (*pm_power_off)(void) = machine_power_off;
void (*pm_power_off)(void) = machine_power_off;
EXPORT_SYMBOL(pm_power_off);


void
void
cpu_idle(void)
cpu_idle(void)
+1 −0
Original line number Original line Diff line number Diff line
@@ -54,6 +54,7 @@ void (*pm_idle)(void);
 * handler when auxio is not present-- unused for now...
 * handler when auxio is not present-- unused for now...
 */
 */
void (*pm_power_off)(void) = machine_power_off;
void (*pm_power_off)(void) = machine_power_off;
EXPORT_SYMBOL(pm_power_off);


/*
/*
 * sysctl - toggle power-off restriction for serial console 
 * sysctl - toggle power-off restriction for serial console