X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fsh64%2Fkernel%2Fprocess.c;fp=arch%2Fsh64%2Fkernel%2Fprocess.c;h=1da9c61d6823558b6d63c0cf82340102dc540a23;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=db475b7833fb86c97b77d70d8c45f9200905dfdf;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/sh64/kernel/process.c b/arch/sh64/kernel/process.c index db475b783..1da9c61d6 100644 --- a/arch/sh64/kernel/process.c +++ b/arch/sh64/kernel/process.c @@ -35,6 +35,7 @@ #define __KERNEL_SYSCALLS__ #include +#include #include #include #include @@ -355,9 +356,6 @@ void machine_power_off(void) enter_deep_standby(); } -void (*pm_power_off)(void) = machine_power_off; -EXPORT_SYMBOL(pm_power_off); - void show_regs(struct pt_regs * regs) { unsigned long long ah, al, bh, bl, ch, cl;