diff options
author | Ben Dooks <ben-linux@fluff.org> | 2005-11-16 10:05:12 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-16 10:05:12 -0500 |
commit | b526bf23fd4138456b1bb4f1305862695604c798 (patch) | |
tree | 20ed1a434af1d8bf94a655650a539de7ff0f169a /arch/arm/mach-s3c2410/mach-bast.c | |
parent | a7d068336197945dc4af65c5973c996e526d51cb (diff) |
[ARM] 3161/1: BAST - fix commas on end of structs
Patch from Ben Dooks
Make the use of , on the lsat entry structs consistenent
through arch/arm/mach-s3c2410/mach-bast.c
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-bast.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-bast.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c index 1be2567a7486..4d962717fdf7 100644 --- a/arch/arm/mach-s3c2410/mach-bast.c +++ b/arch/arm/mach-s3c2410/mach-bast.c | |||
@@ -203,7 +203,7 @@ static struct s3c24xx_uart_clksrc bast_serial_clocks[] = { | |||
203 | .name = "pclk", | 203 | .name = "pclk", |
204 | .divisor = 1, | 204 | .divisor = 1, |
205 | .min_baud = 0, | 205 | .min_baud = 0, |
206 | .max_baud = 0. | 206 | .max_baud = 0, |
207 | } | 207 | } |
208 | }; | 208 | }; |
209 | 209 | ||
@@ -216,7 +216,7 @@ static struct s3c2410_uartcfg bast_uartcfgs[] = { | |||
216 | .ulcon = ULCON, | 216 | .ulcon = ULCON, |
217 | .ufcon = UFCON, | 217 | .ufcon = UFCON, |
218 | .clocks = bast_serial_clocks, | 218 | .clocks = bast_serial_clocks, |
219 | .clocks_size = ARRAY_SIZE(bast_serial_clocks) | 219 | .clocks_size = ARRAY_SIZE(bast_serial_clocks), |
220 | }, | 220 | }, |
221 | [1] = { | 221 | [1] = { |
222 | .hwport = 1, | 222 | .hwport = 1, |
@@ -225,7 +225,7 @@ static struct s3c2410_uartcfg bast_uartcfgs[] = { | |||
225 | .ulcon = ULCON, | 225 | .ulcon = ULCON, |
226 | .ufcon = UFCON, | 226 | .ufcon = UFCON, |
227 | .clocks = bast_serial_clocks, | 227 | .clocks = bast_serial_clocks, |
228 | .clocks_size = ARRAY_SIZE(bast_serial_clocks) | 228 | .clocks_size = ARRAY_SIZE(bast_serial_clocks), |
229 | }, | 229 | }, |
230 | /* port 2 is not actually used */ | 230 | /* port 2 is not actually used */ |
231 | [2] = { | 231 | [2] = { |
@@ -235,7 +235,7 @@ static struct s3c2410_uartcfg bast_uartcfgs[] = { | |||
235 | .ulcon = ULCON, | 235 | .ulcon = ULCON, |
236 | .ufcon = UFCON, | 236 | .ufcon = UFCON, |
237 | .clocks = bast_serial_clocks, | 237 | .clocks = bast_serial_clocks, |
238 | .clocks_size = ARRAY_SIZE(bast_serial_clocks) | 238 | .clocks_size = ARRAY_SIZE(bast_serial_clocks), |
239 | } | 239 | } |
240 | }; | 240 | }; |
241 | 241 | ||
@@ -268,7 +268,7 @@ static struct mtd_partition bast_default_nand_part[] = { | |||
268 | [0] = { | 268 | [0] = { |
269 | .name = "Boot Agent", | 269 | .name = "Boot Agent", |
270 | .size = SZ_16K, | 270 | .size = SZ_16K, |
271 | .offset = 0 | 271 | .offset = 0, |
272 | }, | 272 | }, |
273 | [1] = { | 273 | [1] = { |
274 | .name = "/boot", | 274 | .name = "/boot", |
@@ -296,28 +296,28 @@ static struct s3c2410_nand_set bast_nand_sets[] = { | |||
296 | .nr_chips = 1, | 296 | .nr_chips = 1, |
297 | .nr_map = smartmedia_map, | 297 | .nr_map = smartmedia_map, |
298 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), | 298 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
299 | .partitions = bast_default_nand_part | 299 | .partitions = bast_default_nand_part, |
300 | }, | 300 | }, |
301 | [1] = { | 301 | [1] = { |
302 | .name = "chip0", | 302 | .name = "chip0", |
303 | .nr_chips = 1, | 303 | .nr_chips = 1, |
304 | .nr_map = chip0_map, | 304 | .nr_map = chip0_map, |
305 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), | 305 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
306 | .partitions = bast_default_nand_part | 306 | .partitions = bast_default_nand_part, |
307 | }, | 307 | }, |
308 | [2] = { | 308 | [2] = { |
309 | .name = "chip1", | 309 | .name = "chip1", |
310 | .nr_chips = 1, | 310 | .nr_chips = 1, |
311 | .nr_map = chip1_map, | 311 | .nr_map = chip1_map, |
312 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), | 312 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
313 | .partitions = bast_default_nand_part | 313 | .partitions = bast_default_nand_part, |
314 | }, | 314 | }, |
315 | [3] = { | 315 | [3] = { |
316 | .name = "chip2", | 316 | .name = "chip2", |
317 | .nr_chips = 1, | 317 | .nr_chips = 1, |
318 | .nr_map = chip2_map, | 318 | .nr_map = chip2_map, |
319 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), | 319 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
320 | .partitions = bast_default_nand_part | 320 | .partitions = bast_default_nand_part, |
321 | } | 321 | } |
322 | }; | 322 | }; |
323 | 323 | ||
@@ -355,17 +355,17 @@ static struct resource bast_dm9k_resource[] = { | |||
355 | [0] = { | 355 | [0] = { |
356 | .start = S3C2410_CS5 + BAST_PA_DM9000, | 356 | .start = S3C2410_CS5 + BAST_PA_DM9000, |
357 | .end = S3C2410_CS5 + BAST_PA_DM9000 + 3, | 357 | .end = S3C2410_CS5 + BAST_PA_DM9000 + 3, |
358 | .flags = IORESOURCE_MEM | 358 | .flags = IORESOURCE_MEM, |
359 | }, | 359 | }, |
360 | [1] = { | 360 | [1] = { |
361 | .start = S3C2410_CS5 + BAST_PA_DM9000 + 0x40, | 361 | .start = S3C2410_CS5 + BAST_PA_DM9000 + 0x40, |
362 | .end = S3C2410_CS5 + BAST_PA_DM9000 + 0x40 + 0x3f, | 362 | .end = S3C2410_CS5 + BAST_PA_DM9000 + 0x40 + 0x3f, |
363 | .flags = IORESOURCE_MEM | 363 | .flags = IORESOURCE_MEM, |
364 | }, | 364 | }, |
365 | [2] = { | 365 | [2] = { |
366 | .start = IRQ_DM9000, | 366 | .start = IRQ_DM9000, |
367 | .end = IRQ_DM9000, | 367 | .end = IRQ_DM9000, |
368 | .flags = IORESOURCE_IRQ | 368 | .flags = IORESOURCE_IRQ, |
369 | } | 369 | } |
370 | 370 | ||
371 | }; | 371 | }; |
@@ -375,7 +375,7 @@ static struct resource bast_dm9k_resource[] = { | |||
375 | */ | 375 | */ |
376 | 376 | ||
377 | static struct dm9000_plat_data bast_dm9k_platdata = { | 377 | static struct dm9000_plat_data bast_dm9k_platdata = { |
378 | .flags = DM9000_PLATF_16BITONLY | 378 | .flags = DM9000_PLATF_16BITONLY, |
379 | }; | 379 | }; |
380 | 380 | ||
381 | static struct platform_device bast_device_dm9k = { | 381 | static struct platform_device bast_device_dm9k = { |
@@ -492,7 +492,7 @@ static struct s3c24xx_board bast_board __initdata = { | |||
492 | .devices = bast_devices, | 492 | .devices = bast_devices, |
493 | .devices_count = ARRAY_SIZE(bast_devices), | 493 | .devices_count = ARRAY_SIZE(bast_devices), |
494 | .clocks = bast_clocks, | 494 | .clocks = bast_clocks, |
495 | .clocks_count = ARRAY_SIZE(bast_clocks) | 495 | .clocks_count = ARRAY_SIZE(bast_clocks), |
496 | }; | 496 | }; |
497 | 497 | ||
498 | static void __init bast_map_io(void) | 498 | static void __init bast_map_io(void) |