diff options
-rw-r--r-- | arch/arm/mach-sa1100/assabet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/assabet.c b/arch/arm/mach-sa1100/assabet.c index e1ccda6128eb..6a7ad3c2a3fc 100644 --- a/arch/arm/mach-sa1100/assabet.c +++ b/arch/arm/mach-sa1100/assabet.c | |||
@@ -388,7 +388,7 @@ static void __init map_sa1100_gpio_regs( void ) | |||
388 | */ | 388 | */ |
389 | static void __init get_assabet_scr(void) | 389 | static void __init get_assabet_scr(void) |
390 | { | 390 | { |
391 | unsigned long scr, i; | 391 | unsigned long uninitialized_var(scr), i; |
392 | 392 | ||
393 | GPDR |= 0x3fc; /* Configure GPIO 9:2 as outputs */ | 393 | GPDR |= 0x3fc; /* Configure GPIO 9:2 as outputs */ |
394 | GPSR = 0x3fc; /* Write 0xFF to GPIO 9:2 */ | 394 | GPSR = 0x3fc; /* Write 0xFF to GPIO 9:2 */ |