aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf518/boards
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/mach-bf518/boards')
-rw-r--r--arch/blackfin/mach-bf518/boards/ezbrd.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/blackfin/mach-bf518/boards/ezbrd.c b/arch/blackfin/mach-bf518/boards/ezbrd.c
index 4c5c805affa5..01975c017116 100644
--- a/arch/blackfin/mach-bf518/boards/ezbrd.c
+++ b/arch/blackfin/mach-bf518/boards/ezbrd.c
@@ -549,19 +549,6 @@ static struct platform_device bf51x_sdh_device = {
549}; 549};
550#endif 550#endif
551 551
552static struct resource bfin_gpios_resources = {
553 .start = 0,
554 .end = MAX_BLACKFIN_GPIOS - 1,
555 .flags = IORESOURCE_IRQ,
556};
557
558static struct platform_device bfin_gpios_device = {
559 .name = "simple-gpio",
560 .id = -1,
561 .num_resources = 1,
562 .resource = &bfin_gpios_resources,
563};
564
565static const unsigned int cclk_vlev_datasheet[] = 552static const unsigned int cclk_vlev_datasheet[] =
566{ 553{
567 VRPAIR(VLEV_100, 400000000), 554 VRPAIR(VLEV_100, 400000000),
@@ -638,8 +625,6 @@ static struct platform_device *stamp_devices[] __initdata = {
638#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) 625#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
639 &ezbrd_flash_device, 626 &ezbrd_flash_device,
640#endif 627#endif
641
642 &bfin_gpios_device,
643}; 628};
644 629
645static int __init ezbrd_init(void) 630static int __init ezbrd_init(void)