Skip to content

Commit

Permalink
[MIPS] Export pm_power_off
Browse files Browse the repository at this point in the history
This is required for ipmi_poweroff.c to work as a module.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Dec 10, 2006
1 parent ae32ffd commit f8bf35a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/kernel/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f8bf35a

Please sign in to comment.