X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Ffiles%2Farch%2Fmips%2Fath79%2Fmach-tew-673gru.c;h=8fe8259368eb1605b582c77cc0e7897101f7cc25;hb=ba06bbe662827eae889dcf82fbc159f62bb02d81;hp=71f2ec00e44c711a76c4e4ba34ffeb17154679a2;hpb=41b5fcad6d7a755194b4efeb769a9f1e26943cc3;p=15.05%2Fopenwrt.git diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tew-673gru.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tew-673gru.c index 71f2ec00e4..8fe8259368 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tew-673gru.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tew-673gru.c @@ -9,8 +9,6 @@ */ #include -#include -#include #include #include #include @@ -48,39 +46,6 @@ #define TEW673GRU_MAC_LOCATION_0 0x1f66ffa0 #define TEW673GRU_MAC_LOCATION_1 0x1f66ffb4 -static struct mtd_partition tew673gru_partitions[] = { - { - .name = "uboot", - .offset = 0, - .size = 0x040000, - .mask_flags = MTD_WRITEABLE, - }, { - .name = "config", - .offset = 0x040000, - .size = 0x010000, - .mask_flags = MTD_WRITEABLE, - }, { - .name = "firmware", - .offset = 0x050000, - .size = 0x610000, - }, { - .name = "caldata", - .offset = 0x660000, - .size = 0x010000, - .mask_flags = MTD_WRITEABLE, - }, { - .name = "unknown", - .offset = 0x670000, - .size = 0x190000, - .mask_flags = MTD_WRITEABLE, - } -}; - -static struct flash_platform_data tew673gru_flash_data = { - .parts = tew673gru_partitions, - .nr_parts = ARRAY_SIZE(tew673gru_partitions), -}; - static struct gpio_led tew673gru_leds_gpio[] __initdata = { { .name = "trendnet:blue:wps", @@ -189,7 +154,7 @@ static void __init tew673gru_setup(void) ath79_register_eth(0); ath79_register_eth(1); - ath79_register_m25p80(&tew673gru_flash_data); + ath79_register_m25p80(NULL); ath79_register_leds_gpio(-1, ARRAY_SIZE(tew673gru_leds_gpio), tew673gru_leds_gpio);