diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smartq7.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smartq7.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smartq7.c b/arch/arm/mach-s3c64xx/mach-smartq7.c index e50a7d781732..e65375877d53 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq7.c +++ b/arch/arm/mach-s3c64xx/mach-smartq7.c | |||
@@ -32,7 +32,7 @@ | |||
32 | 32 | ||
33 | #include "mach-smartq.h" | 33 | #include "mach-smartq.h" |
34 | 34 | ||
35 | static struct gpio_led smartq7_leds[] __initdata = { | 35 | static struct gpio_led smartq7_leds[] = { |
36 | { | 36 | { |
37 | .name = "smartq7:red", | 37 | .name = "smartq7:red", |
38 | .active_low = 1, | 38 | .active_low = 1, |
@@ -162,8 +162,6 @@ static void __init smartq7_machine_init(void) | |||
162 | 162 | ||
163 | MACHINE_START(SMARTQ7, "SmartQ 7") | 163 | MACHINE_START(SMARTQ7, "SmartQ 7") |
164 | /* Maintainer: Maurus Cuelenaere <mcuelenaere AT gmail DOT com> */ | 164 | /* Maintainer: Maurus Cuelenaere <mcuelenaere AT gmail DOT com> */ |
165 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
166 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
167 | .boot_params = S3C64XX_PA_SDRAM + 0x100, | 165 | .boot_params = S3C64XX_PA_SDRAM + 0x100, |
168 | .init_irq = s3c6410_init_irq, | 166 | .init_irq = s3c6410_init_irq, |
169 | .map_io = smartq_map_io, | 167 | .map_io = smartq_map_io, |