Commit f8bf35a9 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Export pm_power_off

This is required for ipmi_poweroff.c to work as a module.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent ae32ffd6
...@@ -23,6 +23,8 @@ void (*_machine_restart)(char *command); ...@@ -23,6 +23,8 @@ void (*_machine_restart)(char *command);
void (*_machine_halt)(void); void (*_machine_halt)(void);
void (*pm_power_off)(void); void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off);
void machine_restart(char *command) void machine_restart(char *command)
{ {
if (_machine_restart) if (_machine_restart)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment