mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 12:00:38 +02:00
ar71xx: remove CONFIG_MTD_CONCAT ifdefs from the WZR-HP-AG300H code
The config option has been removed in 2.6.39. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27320 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e21fd93d0f
commit
14ca52f672
@ -28,8 +28,6 @@
|
|||||||
#define WZRHPAG300H_KEYS_POLL_INTERVAL 20 /* msecs */
|
#define WZRHPAG300H_KEYS_POLL_INTERVAL 20 /* msecs */
|
||||||
#define WZRHPAG300H_KEYS_DEBOUNCE_INTERVAL (3 * WZRHPAG300H_KEYS_POLL_INTERVAL)
|
#define WZRHPAG300H_KEYS_DEBOUNCE_INTERVAL (3 * WZRHPAG300H_KEYS_POLL_INTERVAL)
|
||||||
|
|
||||||
#ifdef CONFIG_MTD_CONCAT
|
|
||||||
|
|
||||||
#ifdef CONFIG_MTD_PARTITIONS
|
#ifdef CONFIG_MTD_PARTITIONS
|
||||||
static struct mtd_partition wzrhpag300h_flash_partitions[] = {
|
static struct mtd_partition wzrhpag300h_flash_partitions[] = {
|
||||||
{
|
{
|
||||||
@ -122,8 +120,6 @@ static void add_mtd_concat_notifier(void)
|
|||||||
register_mtd_user(¬);
|
register_mtd_user(¬);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static struct gpio_led wzrhpag300h_leds_gpio[] __initdata = {
|
static struct gpio_led wzrhpag300h_leds_gpio[] __initdata = {
|
||||||
{
|
{
|
||||||
.name = "wzr-hp-ag300h:red:diag",
|
.name = "wzr-hp-ag300h:red:diag",
|
||||||
@ -222,9 +218,7 @@ static void __init wzrhpag300h_setup(void)
|
|||||||
ar71xx_add_device_spi(NULL, ar71xx_spi_info,
|
ar71xx_add_device_spi(NULL, ar71xx_spi_info,
|
||||||
ARRAY_SIZE(ar71xx_spi_info));
|
ARRAY_SIZE(ar71xx_spi_info));
|
||||||
|
|
||||||
#ifdef CONFIG_MTD_CONCAT
|
|
||||||
add_mtd_concat_notifier();
|
add_mtd_concat_notifier();
|
||||||
#endif
|
|
||||||
|
|
||||||
ap94_pci_init(eeprom1, mac1, eeprom2, mac2);
|
ap94_pci_init(eeprom1, mac1, eeprom2, mac2);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user