提交 90bf8116 编写于 作者: D David S. Miller 提交者: David S. Miller

[SPARC64]: Add needed pm_power_off symbol.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 f17578de
......@@ -14,6 +14,7 @@
#include <linux/signal.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/pm.h>
#include <asm/system.h>
#include <asm/ebus.h>
......@@ -70,6 +71,9 @@ void machine_power_off(void)
machine_halt();
}
void (*pm_power_off)(void) = machine_power_off;
EXPORT_SYMBOL(pm_power_off);
#ifdef CONFIG_PCI
static int powerd(void *__unused)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册