ramips: rt305x: remove per-board physmap_flash_data instances
[openwrt/openwrt.git] / target / linux / ramips / files / arch / mips / ralink / rt305x / mach-fonera20n.c
index 5955f6391800ad577879abdefc2c6e5f9ee45409..f68f4640ef23b68ab049128db991d73c9bd92a72 100644 (file)
@@ -63,11 +63,6 @@ static struct mtd_partition fonera20n_partitions[] = {
        }
 };
 
-static struct physmap_flash_data fonera20n_flash_data = {
-       .nr_parts       = ARRAY_SIZE(fonera20n_partitions),
-       .parts          = fonera20n_partitions,
-};
-
 static struct gpio_led fonera20n_leds_gpio[] __initdata = {
        {
                .name           = "fonera20n:orange:wifi",
@@ -106,7 +101,9 @@ static void __init fonera20n_init(void)
 {
        rt305x_gpio_init(RT305X_GPIO_MODE_GPIO << RT305X_GPIO_MODE_UART0_SHIFT);
 
-       rt305x_register_flash(0, &fonera20n_flash_data);
+       rt305x_flash0_data.nr_parts = ARRAY_SIZE(fonera20n_partitions);
+       rt305x_flash0_data.parts = fonera20n_partitions;
+       rt305x_register_flash(0);
 
        ramips_register_gpio_leds(-1, ARRAY_SIZE(fonera20n_leds_gpio),
                                  fonera20n_leds_gpio);