diff --git a/[refs] b/[refs] index f8513a79a20e..80835d5bfa98 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 553737aa95016542780e7a4b4b810fef85c4eb72 +refs/heads/master: 2e8fd2e5efe6b7cebba0beec44c6c2f474c6b726 diff --git a/trunk/arch/mips/alchemy/common/power.c b/trunk/arch/mips/alchemy/common/power.c index b86324a42601..9ec85597bbf3 100644 --- a/trunk/arch/mips/alchemy/common/power.c +++ b/trunk/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 */