gma500: do a pass over the FIXME tags
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / plat-samsung / dev-uart.c
blob5928105490fac41e3705abeed4567579f724e7a8
1 /* linux/arch/arm/plat-samsung/dev-uart.c
2 * originally from arch/arm/plat-s3c24xx/devs.c
3 *x
4 * Copyright (c) 2004 Simtec Electronics
5 * Ben Dooks <ben@simtec.co.uk>
7 * Base S3C24XX platform device definitions
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
15 #include <linux/kernel.h>
16 #include <linux/platform_device.h>
18 #include <plat/devs.h>
20 /* uart devices */
22 static struct platform_device s3c24xx_uart_device0 = {
23 .id = 0,
26 static struct platform_device s3c24xx_uart_device1 = {
27 .id = 1,
30 static struct platform_device s3c24xx_uart_device2 = {
31 .id = 2,
34 static struct platform_device s3c24xx_uart_device3 = {
35 .id = 3,
38 struct platform_device *s3c24xx_uart_src[4] = {
39 &s3c24xx_uart_device0,
40 &s3c24xx_uart_device1,
41 &s3c24xx_uart_device2,
42 &s3c24xx_uart_device3,
45 struct platform_device *s3c24xx_uart_devs[4] = {