aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy/common/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/alchemy/common/reset.c')
-rw-r--r--arch/mips/alchemy/common/reset.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/alchemy/common/reset.c b/arch/mips/alchemy/common/reset.c
index 4791011e8f92..266afd48c194 100644
--- a/arch/mips/alchemy/common/reset.c
+++ b/arch/mips/alchemy/common/reset.c
@@ -164,9 +164,6 @@ void au1000_halt(void)
164#ifdef CONFIG_MIPS_MIRAGE 164#ifdef CONFIG_MIPS_MIRAGE
165 gpio_direction_output(210, 1); 165 gpio_direction_output(210, 1);
166#endif 166#endif
167#ifdef CONFIG_MIPS_DB1200
168 au_writew(au_readw(0xB980001C) | (1 << 14), 0xB980001C);
169#endif
170#ifdef CONFIG_PM 167#ifdef CONFIG_PM
171 au_sleep(); 168 au_sleep();
172 169