瀏覽代碼

ARM: iPAQ: no need to set PWER_RTC

The rtc-sa1100 driver takes care of this.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 15 年之前
父節點
當前提交
0fb85a5aa0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/mach-sa1100/h3600.c

+ 1 - 1
arch/arm/mach-sa1100/h3600.c

@@ -239,7 +239,7 @@ static void __init h3xxx_map_io(void)
 
 	/* Configure suspend conditions */
 	PGSR = 0;
-	PWER = PWER_GPIO0 | PWER_RTC;
+	PWER = PWER_GPIO0;
 	PCFR = PCFR_OPDE;
 	PSDR = 0;