[MIPS] Export pm_power_off
authorRalf Baechle <ralf@linux-mips.org>
Sun, 10 Dec 2006 15:09:38 +0000 (15:09 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 10 Dec 2006 21:52:11 +0000 (21:52 +0000)
This is required for ipmi_poweroff.c to work as a module.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/reset.c

index 621037db22904ed85f15ee0204007e6bade30e0d..060563a712b6064d837d85a529723bc770caeeee 100644 (file)
@@ -23,6 +23,8 @@ void (*_machine_restart)(char *command);
 void (*_machine_halt)(void);
 void (*pm_power_off)(void);
 
+EXPORT_SYMBOL(pm_power_off);
+
 void machine_restart(char *command)
 {
        if (_machine_restart)