Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8bf35a9 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)