aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf527/boards/ezkit.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/mach-bf527/boards/ezkit.c')
-rw-r--r--arch/blackfin/mach-bf527/boards/ezkit.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c
index 9fbdebeb0b1a..f09665f74ba0 100644
--- a/arch/blackfin/mach-bf527/boards/ezkit.c
+++ b/arch/blackfin/mach-bf527/boards/ezkit.c
@@ -882,19 +882,6 @@ static struct platform_device bfin_rotary_device = {
882}; 882};
883#endif 883#endif
884 884
885static struct resource bfin_gpios_resources = {
886 .start = 0,
887 .end = MAX_BLACKFIN_GPIOS - 1,
888 .flags = IORESOURCE_IRQ,
889};
890
891static struct platform_device bfin_gpios_device = {
892 .name = "simple-gpio",
893 .id = -1,
894 .num_resources = 1,
895 .resource = &bfin_gpios_resources,
896};
897
898static const unsigned int cclk_vlev_datasheet[] = 885static const unsigned int cclk_vlev_datasheet[] =
899{ 886{
900 VRPAIR(VLEV_100, 400000000), 887 VRPAIR(VLEV_100, 400000000),
@@ -1011,8 +998,6 @@ static struct platform_device *stamp_devices[] __initdata = {
1011#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) 998#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
1012 &ezkit_flash_device, 999 &ezkit_flash_device,
1013#endif 1000#endif
1014
1015 &bfin_gpios_device,
1016}; 1001};
1017 1002
1018static int __init ezkit_init(void) 1003static int __init ezkit_init(void)