summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-12 12:52:10 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-12 12:52:10 +0000
commit40c07f37d9e065d656e88603f8c8b60a86506a2b (patch)
tree1c8507121106408b0a255ee521ca6c1040631871 /target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c
parent9701922238356541da33abc599ca8d40ff14fd7f (diff)
ramips: rt305x: remove per-board physmap_flash_data instances
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30473 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c
index 07ae825cb..1c0667b06 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c
@@ -92,15 +92,14 @@ static struct mtd_partition wcr150gn_partitions[] = {
}
};
-static struct physmap_flash_data wcr150gn_flash_data = {
- .nr_parts = ARRAY_SIZE(wcr150gn_partitions),
- .parts = wcr150gn_partitions,
-};
-
static void __init wcr150gn_init(void)
{
rt305x_gpio_init(RT305X_GPIO_MODE_GPIO << RT305X_GPIO_MODE_UART0_SHIFT);
- rt305x_register_flash(0, &wcr150gn_flash_data);
+
+ rt305x_flash0_data.nr_parts = ARRAY_SIZE(wcr150gn_partitions);
+ rt305x_flash0_data.parts = wcr150gn_partitions;
+ rt305x_register_flash(0);
+
ramips_register_gpio_leds(-1, ARRAY_SIZE(wcr150gn_leds_gpio),
wcr150gn_leds_gpio);
ramips_register_gpio_buttons(-1, WCR150GN_KEYS_POLL_INTERVAL,