diff options
Diffstat (limited to 'arch/arm/mach-sa1100')
-rw-r--r-- | arch/arm/mach-sa1100/h3600.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/h3600.c b/arch/arm/mach-sa1100/h3600.c index 8a6a0e744db3..2f6ea1776285 100644 --- a/arch/arm/mach-sa1100/h3600.c +++ b/arch/arm/mach-sa1100/h3600.c | |||
@@ -239,7 +239,7 @@ static void __init h3xxx_map_io(void) | |||
239 | 239 | ||
240 | /* Configure suspend conditions */ | 240 | /* Configure suspend conditions */ |
241 | PGSR = 0; | 241 | PGSR = 0; |
242 | PWER = PWER_GPIO0 | PWER_RTC; | 242 | PWER = PWER_GPIO0; |
243 | PCFR = PCFR_OPDE; | 243 | PCFR = PCFR_OPDE; |
244 | PSDR = 0; | 244 | PSDR = 0; |
245 | 245 | ||