From: Manuel Lauss Date: Tue, 2 Aug 2011 15:51:02 +0000 (+0200) Subject: MIPS: Alchemy: Always build power code X-Git-Tag: next-20110919~90^2~33 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b736b57e9a0687b0b27a6a8a5afa565afd60821d;p=karo-tx-linux.git MIPS: Alchemy: Always build power code No reason NOT to build it Signed-off-by: Manuel Lauss To: Linux-MIPS Patchwork: https://patchwork.linux-mips.org/patch/2678/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/alchemy/common/power.c b/arch/mips/alchemy/common/power.c index 647e518c90bc..db073f97787a 100644 --- a/arch/mips/alchemy/common/power.c +++ b/arch/mips/alchemy/common/power.c @@ -37,8 +37,6 @@ #include #include -#ifdef CONFIG_PM - /* * We need to save/restore a bunch of core registers that are * either volatile or reset to some state across a processor sleep. @@ -168,5 +166,3 @@ void au_sleep(void) restore_core_regs(); } } - -#endif /* CONFIG_PM */