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

Commit cead14da authored by Al Viro's avatar Al Viro
Browse files

[PATCH] m68k: pm_power_off() breakage



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent cc6cdac0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -129,6 +129,9 @@ void machine_power_off(void)
	for (;;);
}

void (*pm_power_off)(void) = machine_power_off;
EXPORT_SYMBOL(pm_power_off);

void show_regs(struct pt_regs * regs)
{
	printk("\n");