diff options
Diffstat (limited to 'arch/blackfin/mach-bf561/boards/ezkit.c')
-rw-r--r-- | arch/blackfin/mach-bf561/boards/ezkit.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/blackfin/mach-bf561/boards/ezkit.c b/arch/blackfin/mach-bf561/boards/ezkit.c index a8caa8a59666..9e2d8cfba546 100644 --- a/arch/blackfin/mach-bf561/boards/ezkit.c +++ b/arch/blackfin/mach-bf561/boards/ezkit.c | |||
@@ -366,19 +366,6 @@ static struct platform_device bfin_device_gpiokeys = { | |||
366 | }; | 366 | }; |
367 | #endif | 367 | #endif |
368 | 368 | ||
369 | static struct resource bfin_gpios_resources = { | ||
370 | .start = 0, | ||
371 | .end = MAX_BLACKFIN_GPIOS - 1, | ||
372 | .flags = IORESOURCE_IRQ, | ||
373 | }; | ||
374 | |||
375 | static struct platform_device bfin_gpios_device = { | ||
376 | .name = "simple-gpio", | ||
377 | .id = -1, | ||
378 | .num_resources = 1, | ||
379 | .resource = &bfin_gpios_resources, | ||
380 | }; | ||
381 | |||
382 | #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) | 369 | #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) |
383 | #include <linux/i2c-gpio.h> | 370 | #include <linux/i2c-gpio.h> |
384 | 371 | ||
@@ -472,8 +459,6 @@ static struct platform_device *ezkit_devices[] __initdata = { | |||
472 | &isp1362_hcd_device, | 459 | &isp1362_hcd_device, |
473 | #endif | 460 | #endif |
474 | 461 | ||
475 | &bfin_gpios_device, | ||
476 | |||
477 | #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) | 462 | #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) |
478 | &ezkit_flash_device, | 463 | &ezkit_flash_device, |
479 | #endif | 464 | #endif |