dect
/
linux-2.6
Archived
13
0
Fork 0

[SPARC64]: Add needed pm_power_off symbol.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2006-01-09 13:59:12 -08:00 committed by David S. Miller
parent f17578decc
commit 90bf811664
1 changed files with 4 additions and 0 deletions

View File

@ -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)
{