commit | f8bf35a9145b0831d7d110402662d9cff2d90bd9 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sun Dec 10 15:09:38 2006 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sun Dec 10 21:52:11 2006 +0000 |
tree | a6974e5bdefb0a698a8d0e6604ee1ba2f0f0a7de | |
parent | ae32ffd65bbcc32795bb9b58ed12941efeb03dff [diff] |
[MIPS] Export pm_power_off This is required for ipmi_poweroff.c to work as a module. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/reset.c b/arch/mips/kernel/reset.c index 621037d..060563a 100644 --- a/arch/mips/kernel/reset.c +++ b/arch/mips/kernel/reset.c
@@ -23,6 +23,8 @@ void (*_machine_halt)(void); void (*pm_power_off)(void); +EXPORT_SYMBOL(pm_power_off); + void machine_restart(char *command) { if (_machine_restart)