aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440
diff options
context:
space:
mode:
authorWerner Almesberger <werner@openmoko.org>2008-11-19 17:11:21 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:11:21 +0000
commitbd9b19c37366beefdf8cf64871b42d5514c8c159 (patch)
treecd0e7a3a2b42365d028aad6e126f9c0993a22322 /arch/arm/mach-s3c2440
parenteecf89b3bccd69d69aaaa09f990d346ee66a2d5d (diff)
gta02-remove-sdio.patch
After killing the Atheros SDIO stack, we shall no longer deny ourselves the pleasure of also getting rid of the glue that keeps it on the platform. Not-Yet-Signed-off-by: Werner Almesberger <werner@openmoko.org>
Diffstat (limited to 'arch/arm/mach-s3c2440')
-rw-r--r--arch/arm/mach-s3c2440/mach-gta02.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 3e201f49e05..1892d1e2352 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -876,36 +876,6 @@ static struct platform_device gta02_nor_flash = {
};
-
-static struct resource gta02_sdio_resources[] = {
- [0] = {
- .flags = IORESOURCE_IRQ,
- .start = IRQ_SDI,
- .end = IRQ_SDI,
- },
- [1] = {
- .flags = IORESOURCE_MEM,
- .start = S3C2410_PA_SDI,
- .end = S3C2410_PA_SDI + S3C24XX_SZ_SDI - 1,
- },
- [2] = {
- .flags = IORESOURCE_DMA,
- .start = 0, /* Channel 0 for SDI */
- .end = 0,
- },
-};
-
-
-static struct platform_device gta02_sdio_dev = {
- .name = "s3c24xx-sdio",
- .id = -1,
- .dev = {
- .coherent_dma_mask = 0xffffffff,
- },
- .resource = gta02_sdio_resources,
- .num_resources = ARRAY_SIZE(gta02_sdio_resources),
-};
-
struct platform_device s3c24xx_pwm_device = {
.name = "s3c24xx_pwm",
.num_resources = 0,
@@ -1582,7 +1552,6 @@ static struct platform_device *gta02_devices_pmu_children[] = {
&gta01_pm_gps_dev,
&gta01_pm_bt_dev,
&gta02_pm_gsm_dev,
- &gta02_sdio_dev,
&gta02_pm_usbhost_dev,
&s3c_device_spi_acc1, /* input 2 */
&s3c_device_spi_acc2, /* input 3 */