From: kaloz Date: Wed, 2 Jul 2008 23:19:50 +0000 (+0000) Subject: oops, commited wrong version X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/4784f4c2bf048b55011c8dd82357d0d4b272597f?ds=sidebyside;hp=7518db7816e94d78ee32865fb87cba9ecdbd5ab1 oops, commited wrong version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11621 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 a35663a9b..79e5e356a 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 +#include +#include ++#include + +#include +#include @@ -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, +}; +