提交 1bb99a64 编写于 作者: P Paul Mundt

sh64: Add a sane pm_power_off implementation.

sh64 wasn't providing a sensible pm_power_off(), add one,
and just wrap it to machine_power_off, which already does
the right thing.
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 56060141
...@@ -355,6 +355,9 @@ void machine_power_off(void) ...@@ -355,6 +355,9 @@ void machine_power_off(void)
enter_deep_standby(); enter_deep_standby();
} }
void (*pm_power_off)(void) = machine_power_off;
EXPORT_SYMBOL(pm_power_off);
void show_regs(struct pt_regs * regs) void show_regs(struct pt_regs * regs)
{ {
unsigned long long ah, al, bh, bl, ch, cl; unsigned long long ah, al, bh, bl, ch, cl;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册