From: Manuel Lauss Date: Tue, 2 Aug 2011 17:51:02 +0000 (+0200) Subject: MIPS: Alchemy: Always build power code X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2e8fd2e5efe6b7cebba0beec44c6c2f474c6b726;p=mv-sheeva.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 b86324a4260..9ec85597bbf 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. @@ -174,5 +172,3 @@ void au_sleep(void) restore_core_regs(); } - -#endif /* CONFIG_PM */