Commit 282246da authored by Mike Frysinger's avatar Mike Frysinger

Blackfin: drop all simple-gpio board resources

The simple-gpio has been replaced by the gpio sysfs interface, so drop the
unused simple-gpio resources from all Blackfin boards.
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 59bd00c8
...@@ -549,19 +549,6 @@ static struct platform_device bf51x_sdh_device = { ...@@ -549,19 +549,6 @@ static struct platform_device bf51x_sdh_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
static const unsigned int cclk_vlev_datasheet[] = static const unsigned int cclk_vlev_datasheet[] =
{ {
VRPAIR(VLEV_100, 400000000), VRPAIR(VLEV_100, 400000000),
...@@ -638,8 +625,6 @@ static struct platform_device *stamp_devices[] __initdata = { ...@@ -638,8 +625,6 @@ static struct platform_device *stamp_devices[] __initdata = {
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
&ezbrd_flash_device, &ezbrd_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init ezbrd_init(void) static int __init ezbrd_init(void)
......
...@@ -799,19 +799,6 @@ static struct platform_device bfin_device_gpiokeys = { ...@@ -799,19 +799,6 @@ static struct platform_device bfin_device_gpiokeys = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
static const unsigned int cclk_vlev_datasheet[] = static const unsigned int cclk_vlev_datasheet[] =
{ {
VRPAIR(VLEV_100, 400000000), VRPAIR(VLEV_100, 400000000),
...@@ -916,8 +903,6 @@ static struct platform_device *cmbf527_devices[] __initdata = { ...@@ -916,8 +903,6 @@ static struct platform_device *cmbf527_devices[] __initdata = {
#if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE) #if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE)
&cm_flash_device, &cm_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init cm_init(void) static int __init cm_init(void)
......
...@@ -589,19 +589,6 @@ static struct platform_device bfin_device_gpiokeys = { ...@@ -589,19 +589,6 @@ static struct platform_device bfin_device_gpiokeys = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
static const unsigned int cclk_vlev_datasheet[] = static const unsigned int cclk_vlev_datasheet[] =
{ {
VRPAIR(VLEV_100, 400000000), VRPAIR(VLEV_100, 400000000),
...@@ -710,8 +697,6 @@ static struct platform_device *stamp_devices[] __initdata = { ...@@ -710,8 +697,6 @@ static struct platform_device *stamp_devices[] __initdata = {
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
&ezbrd_flash_device, &ezbrd_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init ezbrd_init(void) static int __init ezbrd_init(void)
......
...@@ -882,19 +882,6 @@ static struct platform_device bfin_rotary_device = { ...@@ -882,19 +882,6 @@ static struct platform_device bfin_rotary_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
static const unsigned int cclk_vlev_datasheet[] = static const unsigned int cclk_vlev_datasheet[] =
{ {
VRPAIR(VLEV_100, 400000000), VRPAIR(VLEV_100, 400000000),
...@@ -1011,8 +998,6 @@ static struct platform_device *stamp_devices[] __initdata = { ...@@ -1011,8 +998,6 @@ static struct platform_device *stamp_devices[] __initdata = {
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
&ezkit_flash_device, &ezkit_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init ezkit_init(void) static int __init ezkit_init(void)
......
...@@ -275,19 +275,6 @@ static struct platform_device bfin_device_gpiokeys = { ...@@ -275,19 +275,6 @@ static struct platform_device bfin_device_gpiokeys = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE)
#include <linux/i2c-gpio.h> #include <linux/i2c-gpio.h>
...@@ -378,8 +365,6 @@ static struct platform_device *stamp_devices[] __initdata = { ...@@ -378,8 +365,6 @@ static struct platform_device *stamp_devices[] __initdata = {
#if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE)
&i2c_gpio_device, &i2c_gpio_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init blackstamp_init(void) static int __init blackstamp_init(void)
......
...@@ -241,19 +241,6 @@ static struct platform_device smsc911x_device = { ...@@ -241,19 +241,6 @@ static struct platform_device smsc911x_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE) #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE)
static struct resource bfin_uart_resources[] = { static struct resource bfin_uart_resources[] = {
{ {
...@@ -486,8 +473,6 @@ static struct platform_device *cm_bf533_devices[] __initdata = { ...@@ -486,8 +473,6 @@ static struct platform_device *cm_bf533_devices[] __initdata = {
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
&para_flash_device, &para_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init cm_bf533_init(void) static int __init cm_bf533_init(void)
......
...@@ -389,19 +389,6 @@ static struct platform_device bfin_device_gpiokeys = { ...@@ -389,19 +389,6 @@ static struct platform_device bfin_device_gpiokeys = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE)
#include <linux/i2c-gpio.h> #include <linux/i2c-gpio.h>
...@@ -500,8 +487,6 @@ static struct platform_device *ezkit_devices[] __initdata = { ...@@ -500,8 +487,6 @@ static struct platform_device *ezkit_devices[] __initdata = {
#if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE)
&i2c_gpio_device, &i2c_gpio_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init ezkit_init(void) static int __init ezkit_init(void)
......
...@@ -408,19 +408,6 @@ static struct platform_device bfin_device_gpiokeys = { ...@@ -408,19 +408,6 @@ static struct platform_device bfin_device_gpiokeys = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE)
#include <linux/i2c-gpio.h> #include <linux/i2c-gpio.h>
...@@ -536,8 +523,6 @@ static struct platform_device *stamp_devices[] __initdata = { ...@@ -536,8 +523,6 @@ static struct platform_device *stamp_devices[] __initdata = {
&i2c_gpio_device, &i2c_gpio_device,
#endif #endif
&bfin_gpios_device,
#if defined(CONFIG_MTD_BFIN_ASYNC) || defined(CONFIG_MTD_BFIN_ASYNC_MODULE) #if defined(CONFIG_MTD_BFIN_ASYNC) || defined(CONFIG_MTD_BFIN_ASYNC_MODULE)
&stamp_flash_device, &stamp_flash_device,
#endif #endif
......
...@@ -276,19 +276,6 @@ static struct platform_device net2272_bfin_device = { ...@@ -276,19 +276,6 @@ static struct platform_device net2272_bfin_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE) #if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE)
static struct mtd_partition cm_partitions[] = { static struct mtd_partition cm_partitions[] = {
{ {
...@@ -678,8 +665,6 @@ static struct platform_device *cm_bf537e_devices[] __initdata = { ...@@ -678,8 +665,6 @@ static struct platform_device *cm_bf537e_devices[] __initdata = {
#if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE) #if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE)
&cm_flash_device, &cm_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init cm_bf537e_init(void) static int __init cm_bf537e_init(void)
......
...@@ -277,19 +277,6 @@ static struct platform_device net2272_bfin_device = { ...@@ -277,19 +277,6 @@ static struct platform_device net2272_bfin_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE) #if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE)
static struct mtd_partition cm_partitions[] = { static struct mtd_partition cm_partitions[] = {
{ {
...@@ -584,8 +571,6 @@ static struct platform_device *cm_bf537u_devices[] __initdata = { ...@@ -584,8 +571,6 @@ static struct platform_device *cm_bf537u_devices[] __initdata = {
#if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE) #if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE)
&cm_flash_device, &cm_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init cm_bf537u_init(void) static int __init cm_bf537u_init(void)
......
...@@ -99,19 +99,6 @@ static struct platform_device bfin_device_gpiokeys = { ...@@ -99,19 +99,6 @@ static struct platform_device bfin_device_gpiokeys = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_BFIN_CFPCMCIA) || defined(CONFIG_BFIN_CFPCMCIA_MODULE) #if defined(CONFIG_BFIN_CFPCMCIA) || defined(CONFIG_BFIN_CFPCMCIA_MODULE)
static struct resource bfin_pcmcia_cf_resources[] = { static struct resource bfin_pcmcia_cf_resources[] = {
{ {
...@@ -1675,8 +1662,6 @@ static struct platform_device *stamp_devices[] __initdata = { ...@@ -1675,8 +1662,6 @@ static struct platform_device *stamp_devices[] __initdata = {
&bfin_device_gpiokeys, &bfin_device_gpiokeys,
#endif #endif
&bfin_gpios_device,
#if defined(CONFIG_MTD_NAND_PLATFORM) || defined(CONFIG_MTD_NAND_PLATFORM_MODULE) #if defined(CONFIG_MTD_NAND_PLATFORM) || defined(CONFIG_MTD_NAND_PLATFORM_MODULE)
&bfin_async_nand_device, &bfin_async_nand_device,
#endif #endif
......
...@@ -277,19 +277,6 @@ static struct platform_device net2272_bfin_device = { ...@@ -277,19 +277,6 @@ static struct platform_device net2272_bfin_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE) #if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE)
static struct mtd_partition cm_partitions[] = { static struct mtd_partition cm_partitions[] = {
{ {
...@@ -586,8 +573,6 @@ static struct platform_device *cm_bf537_devices[] __initdata = { ...@@ -586,8 +573,6 @@ static struct platform_device *cm_bf537_devices[] __initdata = {
#if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE) #if defined(CONFIG_MTD_GPIO_ADDR) || defined(CONFIG_MTD_GPIO_ADDR_MODULE)
&cm_flash_device, &cm_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init tcm_bf537_init(void) static int __init tcm_bf537_init(void)
......
...@@ -483,19 +483,6 @@ static struct platform_device i2c_bfin_twi1_device = { ...@@ -483,19 +483,6 @@ static struct platform_device i2c_bfin_twi1_device = {
#endif #endif
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)
#include <linux/gpio_keys.h> #include <linux/gpio_keys.h>
...@@ -635,8 +622,6 @@ static struct platform_device *cm_bf538_devices[] __initdata = { ...@@ -635,8 +622,6 @@ static struct platform_device *cm_bf538_devices[] __initdata = {
&bfin_device_gpiokeys, &bfin_device_gpiokeys,
#endif #endif
&bfin_gpios_device,
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
&ezkit_flash_device, &ezkit_flash_device,
#endif #endif
......
...@@ -359,19 +359,6 @@ static struct platform_device musb_device = { ...@@ -359,19 +359,6 @@ static struct platform_device musb_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_PATA_BF54X) || defined(CONFIG_PATA_BF54X_MODULE) #if defined(CONFIG_PATA_BF54X) || defined(CONFIG_PATA_BF54X_MODULE)
static struct resource bfin_atapi_resources[] = { static struct resource bfin_atapi_resources[] = {
{ {
...@@ -830,8 +817,6 @@ static struct platform_device *cm_bf548_devices[] __initdata = { ...@@ -830,8 +817,6 @@ static struct platform_device *cm_bf548_devices[] __initdata = {
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
&para_flash_device, &para_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init cm_bf548_init(void) static int __init cm_bf548_init(void)
......
...@@ -882,19 +882,6 @@ static struct platform_device bfin_device_gpiokeys = { ...@@ -882,19 +882,6 @@ static struct platform_device bfin_device_gpiokeys = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
static const unsigned int cclk_vlev_datasheet[] = static const unsigned int cclk_vlev_datasheet[] =
{ {
/* /*
...@@ -1002,8 +989,6 @@ static struct platform_device *ezkit_devices[] __initdata = { ...@@ -1002,8 +989,6 @@ static struct platform_device *ezkit_devices[] __initdata = {
&bfin_device_gpiokeys, &bfin_device_gpiokeys,
#endif #endif
&bfin_gpios_device,
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
&ezkit_flash_device, &ezkit_flash_device,
#endif #endif
......
...@@ -265,19 +265,6 @@ static struct platform_device net2272_bfin_device = { ...@@ -265,19 +265,6 @@ static struct platform_device net2272_bfin_device = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_USB_ISP1362_HCD) || defined(CONFIG_USB_ISP1362_HCD_MODULE) #if defined(CONFIG_USB_ISP1362_HCD) || defined(CONFIG_USB_ISP1362_HCD_MODULE)
static struct resource isp1362_hcd_resources[] = { static struct resource isp1362_hcd_resources[] = {
{ {
...@@ -512,8 +499,6 @@ static struct platform_device *cm_bf561_devices[] __initdata = { ...@@ -512,8 +499,6 @@ static struct platform_device *cm_bf561_devices[] __initdata = {
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
&para_flash_device, &para_flash_device,
#endif #endif
&bfin_gpios_device,
}; };
static int __init cm_bf561_init(void) static int __init cm_bf561_init(void)
......
...@@ -366,19 +366,6 @@ static struct platform_device bfin_device_gpiokeys = { ...@@ -366,19 +366,6 @@ static struct platform_device bfin_device_gpiokeys = {
}; };
#endif #endif
static struct resource bfin_gpios_resources = {
.start = 0,
.end = MAX_BLACKFIN_GPIOS - 1,
.flags = IORESOURCE_IRQ,
};
static struct platform_device bfin_gpios_device = {
.name = "simple-gpio",
.id = -1,
.num_resources = 1,
.resource = &bfin_gpios_resources,
};
#if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE) #if defined(CONFIG_I2C_GPIO) || defined(CONFIG_I2C_GPIO_MODULE)
#include <linux/i2c-gpio.h> #include <linux/i2c-gpio.h>
...@@ -472,8 +459,6 @@ static struct platform_device *ezkit_devices[] __initdata = { ...@@ -472,8 +459,6 @@ static struct platform_device *ezkit_devices[] __initdata = {
&isp1362_hcd_device, &isp1362_hcd_device,
#endif #endif
&bfin_gpios_device,
#if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE)
&ezkit_flash_device, &ezkit_flash_device,
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment