diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-osiris.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-osiris.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c2410/mach-osiris.c b/arch/arm/mach-s3c2410/mach-osiris.c index ae0787557751..858fd03c6bc5 100644 --- a/arch/arm/mach-s3c2410/mach-osiris.c +++ b/arch/arm/mach-s3c2410/mach-osiris.c | |||
@@ -95,8 +95,7 @@ static struct s3c24xx_uart_clksrc osiris_serial_clocks[] = { | |||
95 | } | 95 | } |
96 | }; | 96 | }; |
97 | 97 | ||
98 | 98 | static struct s3c2410_uartcfg osiris_uartcfgs[] __initdata = { | |
99 | static struct s3c2410_uartcfg osiris_uartcfgs[] = { | ||
100 | [0] = { | 99 | [0] = { |
101 | .hwport = 0, | 100 | .hwport = 0, |
102 | .flags = 0, | 101 | .flags = 0, |
@@ -107,7 +106,7 @@ static struct s3c2410_uartcfg osiris_uartcfgs[] = { | |||
107 | .clocks_size = ARRAY_SIZE(osiris_serial_clocks) | 106 | .clocks_size = ARRAY_SIZE(osiris_serial_clocks) |
108 | }, | 107 | }, |
109 | [1] = { | 108 | [1] = { |
110 | .hwport = 2, | 109 | .hwport = 1, |
111 | .flags = 0, | 110 | .flags = 0, |
112 | .ucon = UCON, | 111 | .ucon = UCON, |
113 | .ulcon = ULCON, | 112 | .ulcon = ULCON, |