diff options
Diffstat (limited to 'arch/blackfin/mach-bf548/boards/cm_bf548.c')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/cm_bf548.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/blackfin/mach-bf548/boards/cm_bf548.c b/arch/blackfin/mach-bf548/boards/cm_bf548.c index 283be6340c6..ccdcd6da2e9 100644 --- a/arch/blackfin/mach-bf548/boards/cm_bf548.c +++ b/arch/blackfin/mach-bf548/boards/cm_bf548.c | |||
@@ -359,19 +359,6 @@ static struct platform_device musb_device = { | |||
359 | }; | 359 | }; |
360 | #endif | 360 | #endif |
361 | 361 | ||
362 | static struct resource bfin_gpios_resources = { | ||
363 | .start = 0, | ||
364 | .end = MAX_BLACKFIN_GPIOS - 1, | ||
365 | .flags = IORESOURCE_IRQ, | ||
366 | }; | ||
367 | |||
368 | static struct platform_device bfin_gpios_device = { | ||
369 | .name = "simple-gpio", | ||
370 | .id = -1, | ||
371 | .num_resources = 1, | ||
372 | .resource = &bfin_gpios_resources, | ||
373 | }; | ||
374 | |||
375 | #if defined(CONFIG_PATA_BF54X) || defined(CONFIG_PATA_BF54X_MODULE) | 362 | #if defined(CONFIG_PATA_BF54X) || defined(CONFIG_PATA_BF54X_MODULE) |
376 | static struct resource bfin_atapi_resources[] = { | 363 | static struct resource bfin_atapi_resources[] = { |
377 | { | 364 | { |
@@ -830,8 +817,6 @@ static struct platform_device *cm_bf548_devices[] __initdata = { | |||
830 | #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) | 817 | #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) |
831 | ¶_flash_device, | 818 | ¶_flash_device, |
832 | #endif | 819 | #endif |
833 | |||
834 | &bfin_gpios_device, | ||
835 | }; | 820 | }; |
836 | 821 | ||
837 | static int __init cm_bf548_init(void) | 822 | static int __init cm_bf548_init(void) |