diff options
Diffstat (limited to 'arch/blackfin/mach-bf533/boards/blackstamp.c')
-rw-r--r-- | arch/blackfin/mach-bf533/boards/blackstamp.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/blackfin/mach-bf533/boards/blackstamp.c b/arch/blackfin/mach-bf533/boards/blackstamp.c index fc78a3893981..b580884848d4 100644 --- a/arch/blackfin/mach-bf533/boards/blackstamp.c +++ b/arch/blackfin/mach-bf533/boards/blackstamp.c | |||
@@ -275,19 +275,6 @@ static struct platform_device bfin_device_gpiokeys = { | |||
275 | }; | 275 | }; |
276 | #endif | 276 | #endif |
277 | 277 | ||
278 | static struct resource bfin_gpios_resources = { | ||
279 | .start = 0, | ||
280 | .end = MAX_BLACKFIN_GPIOS - 1, | ||
281 | .flags = IORESOURCE_IRQ, | ||
282 | }; | ||
283 | |||
284 | static struct platform_device bfin_gpios_device = { | ||
285 | .name = "simple-gpio", | ||
286 | .id = -1, | ||
287 | .num_resources = 1, | ||
288 | .resource = &bfin_gpios_resources, | ||
289 | }; | ||
290 | |||
291 | #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) | 278 | #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) |
292 | #include <linux/i2c-gpio.h> | 279 | #include <linux/i2c-gpio.h> |
293 | 280 | ||
@@ -378,8 +365,6 @@ static struct platform_device *stamp_devices[] __initdata = { | |||
378 | #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) | 365 | #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) |
379 | &i2c_gpio_device, | 366 | &i2c_gpio_device, |
380 | #endif | 367 | #endif |
381 | |||
382 | &bfin_gpios_device, | ||
383 | }; | 368 | }; |
384 | 369 | ||
385 | static int __init blackstamp_init(void) | 370 | static int __init blackstamp_init(void) |