diff options
Diffstat (limited to 'arch/blackfin/mach-bf537/boards/stamp.c')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index 3091a149dd19..c46baa5e6d9b 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -99,19 +99,6 @@ static struct platform_device bfin_device_gpiokeys = { | |||
99 | }; | 99 | }; |
100 | #endif | 100 | #endif |
101 | 101 | ||
102 | static struct resource bfin_gpios_resources = { | ||
103 | .start = 0, | ||
104 | .end = MAX_BLACKFIN_GPIOS - 1, | ||
105 | .flags = IORESOURCE_IRQ, | ||
106 | }; | ||
107 | |||
108 | static struct platform_device bfin_gpios_device = { | ||
109 | .name = "simple-gpio", | ||
110 | .id = -1, | ||
111 | .num_resources = 1, | ||
112 | .resource = &bfin_gpios_resources, | ||
113 | }; | ||
114 | |||
115 | #if defined(CONFIG_BFIN_CFPCMCIA) || defined(CONFIG_BFIN_CFPCMCIA_MODULE) | 102 | #if defined(CONFIG_BFIN_CFPCMCIA) || defined(CONFIG_BFIN_CFPCMCIA_MODULE) |
116 | static struct resource bfin_pcmcia_cf_resources[] = { | 103 | static struct resource bfin_pcmcia_cf_resources[] = { |
117 | { | 104 | { |
@@ -1675,8 +1662,6 @@ static struct platform_device *stamp_devices[] __initdata = { | |||
1675 | &bfin_device_gpiokeys, | 1662 | &bfin_device_gpiokeys, |
1676 | #endif | 1663 | #endif |
1677 | 1664 | ||
1678 | &bfin_gpios_device, | ||
1679 | |||
1680 | #if defined(CONFIG_MTD_NAND_PLATFORM) || defined(CONFIG_MTD_NAND_PLATFORM_MODULE) | 1665 | #if defined(CONFIG_MTD_NAND_PLATFORM) || defined(CONFIG_MTD_NAND_PLATFORM_MODULE) |
1681 | &bfin_async_nand_device, | 1666 | &bfin_async_nand_device, |
1682 | #endif | 1667 | #endif |