aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.26
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-07-02 23:19:50 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-07-02 23:19:50 +0000
commit6f86098d3e0376ee662f261e8b0101a9e8779484 (patch)
tree76410c5bd483be3a06915c7c6645fdfc4a7e21dc /target/linux/ixp4xx/patches-2.6.26
parentac4c80ac452f73ee7a08a0fb88f7579c3478102f (diff)
downloadmaster-187ad058-6f86098d3e0376ee662f261e8b0101a9e8779484.tar.gz
master-187ad058-6f86098d3e0376ee662f261e8b0101a9e8779484.tar.bz2
master-187ad058-6f86098d3e0376ee662f261e8b0101a9e8779484.zip
oops, commited wrong version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11621 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.26')
-rw-r--r--target/linux/ixp4xx/patches-2.6.26/110-pronghorn_series_support.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.26/110-pronghorn_series_support.patch b/target/linux/ixp4xx/patches-2.6.26/110-pronghorn_series_support.patch
index a35663a9b0..79e5e356ac 100644
--- a/target/linux/ixp4xx/patches-2.6.26/110-pronghorn_series_support.patch
+++ b/target/linux/ixp4xx/patches-2.6.26/110-pronghorn_series_support.patch
@@ -153,6 +153,7 @@
+#include <linux/types.h>
+#include <linux/memory.h>
+#include <linux/i2c-gpio.h>
++#include <linux/leds.h>
+
+#include <asm/setup.h>
+#include <asm/hardware.h>
@@ -242,12 +243,11 @@
+ {
+ .name = "pronghorn:green:status",
+ .gpio = 7,
-+ },
-+ { },
++ }
+};
+
+static struct gpio_led_platform_data pronghorn_led_data = {
-+ .num_leds = ARRAY_SIZE(pronghorn_led_pin),
++ .num_leds = 1,
+ .leds = pronghorn_led_pin,
+};
+