X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8b59aa77866ae84e0026d422c20d802bb2145558..a88c8014e588a72efc8f83fecc5ce666a21b0e39:/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-f5d8235-v2.c diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-f5d8235-v2.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-f5d8235-v2.c index 7e218f7bd..6b25c8c3e 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-f5d8235-v2.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-f5d8235-v2.c @@ -74,7 +74,6 @@ static struct gpio_led f5d8235v2_leds_gpio[] __initdata = { } }; -#ifdef CONFIG_MTD_PARTITIONS static struct mtd_partition f5d8235v2_partitions[] = { { .name = "u-boot", @@ -99,13 +98,10 @@ static struct mtd_partition f5d8235v2_partitions[] = { .size = 0x010000, } }; -#endif /* CONFIG_MTD_PARTITIONS */ static struct physmap_flash_data f5d8235v2_flash_data = { -#ifdef CONFIG_MTD_PARTITIONS .nr_parts = ARRAY_SIZE(f5d8235v2_partitions), .parts = f5d8235v2_partitions, -#endif }; @@ -137,6 +133,7 @@ static void __init f5d8235v2_init(void) platform_device_register(&f5d8235v2_switch); rt305x_register_wifi(); rt305x_register_wdt(); + rt305x_register_usb(); } MIPS_MACHINE(RAMIPS_MACH_F5D8235_V2, "F5D8235_V2", "Belkin F5D8235 v2",