X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fmips%2Fkernel%2Freset.c;h=07fc5244aed4917392542399e8547ed276aa3518;hb=42a3b63bb2ca4996a3d1210a004eae2333f1119e;hp=621037db22904ed85f15ee0204007e6bade30e0d;hpb=2ade43618b0aee83a50b344171d33d85c73d01b1;p=karo-tx-linux.git diff --git a/arch/mips/kernel/reset.c b/arch/mips/kernel/reset.c index 621037db2290..07fc5244aed4 100644 --- a/arch/mips/kernel/reset.c +++ b/arch/mips/kernel/reset.c @@ -7,7 +7,7 @@ * Copyright (C) 2001 MIPS Technologies, Inc. */ #include -#include +#include #include #include #include @@ -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)