Skip to content

Commit

Permalink
MIPS: Alchemy: Always build power code
Browse files Browse the repository at this point in the history
No reason NOT to build it

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/2678/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Manuel Lauss authored and Ralf Baechle committed Oct 24, 2011
1 parent 553737a commit 2e8fd2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/mips/alchemy/common/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
#include <asm/uaccess.h>
#include <asm/mach-au1x00/au1000.h>

#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.
Expand Down Expand Up @@ -174,5 +172,3 @@ void au_sleep(void)

restore_core_regs();
}

#endif /* CONFIG_PM */

0 comments on commit 2e8fd2e

Please sign in to comment.