diff options
Diffstat (limited to 'arch/mips/kernel/reset.c')
| -rw-r--r-- | arch/mips/kernel/reset.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/kernel/reset.c b/arch/mips/kernel/reset.c index 621037db229..07fc5244aed 100644 --- a/arch/mips/kernel/reset.c +++ b/arch/mips/kernel/reset.c @@ -7,7 +7,7 @@ * Copyright (C) 2001 MIPS Technologies, Inc. */ #include <linux/kernel.h> -#include <linux/module.h> +#include <linux/export.h> #include <linux/pm.h> #include <linux/types.h> #include <linux/reboot.h> @@ -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) |
