Commit cead14da authored by Al Viro's avatar Al Viro

[PATCH] m68k: pm_power_off() breakage

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent cc6cdac0
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment