From e70509f9973dfd0ff284219d9d8d142650249634 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Wed, 2 Jul 2008 23:19:50 +0000 Subject: [PATCH] oops, commited wrong version SVN-Revision: 11621 --- .../patches-2.6.26/110-pronghorn_series_support.patch | 6 +++--- 1 file 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 +#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, +}; + -- 2.30.2