From 2e8fd2e5efe6b7cebba0beec44c6c2f474c6b726 Mon Sep 17 00:00:00 2001 From: Manuel Lauss Date: Tue, 2 Aug 2011 19:51:02 +0200 Subject: [PATCH] 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 --- arch/mips/alchemy/common/power.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/mips/alchemy/common/power.c b/arch/mips/alchemy/common/power.c index b86324a..9ec8559 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 */ -- 2.7.4