From 22168e74f62c5840230c229ba8c65432cc2a05e8 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 27 Nov 2012 18:42:49 +0000 Subject: [ar7] use physmap-flash part_probe_types Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34398 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar7/patches-3.6/925-actiontec_leds.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ar7/patches-3.6/925-actiontec_leds.patch') diff --git a/target/linux/ar7/patches-3.6/925-actiontec_leds.patch b/target/linux/ar7/patches-3.6/925-actiontec_leds.patch index 0203dd01c..f8bc81b5a 100644 --- a/target/linux/ar7/patches-3.6/925-actiontec_leds.patch +++ b/target/linux/ar7/patches-3.6/925-actiontec_leds.patch @@ -1,6 +1,6 @@ --- a/arch/mips/ar7/platform.c +++ b/arch/mips/ar7/platform.c -@@ -462,31 +462,22 @@ static struct gpio_led fb_fon_leds[] = { +@@ -465,31 +465,22 @@ static struct gpio_led fb_fon_leds[] = { }, }; @@ -35,7 +35,7 @@ .default_trigger = "default-on", }, { -@@ -494,6 +485,44 @@ static struct gpio_led gt701_leds[] = { +@@ -497,6 +488,44 @@ static struct gpio_led gt701_leds[] = { .gpio = 10, .active_low = 1, }, @@ -80,7 +80,7 @@ }; static struct gpio_led_platform_data ar7_led_data; -@@ -537,9 +566,9 @@ static void __init detect_leds(void) +@@ -540,9 +569,9 @@ static void __init detect_leds(void) } else if (strstr(prid, "CYWM") || strstr(prid, "CYWL")) { ar7_led_data.num_leds = ARRAY_SIZE(titan_leds); ar7_led_data.leds = titan_leds; -- cgit v1.2.3