diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-04-22 07:12:09 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-04-22 07:12:09 +0000 |
commit | 81062a12ac315994e929ac926e0fec1990948040 (patch) | |
tree | 1130903aa65da699f43e6ccd34be2a8869225225 /target/linux/ixp4xx/patches-2.6.33/301-avila_led.patch | |
parent | 814981518984c1a642f59b59d16b305aa3d6eeeb (diff) | |
download | upstream-81062a12ac315994e929ac926e0fec1990948040.tar.gz upstream-81062a12ac315994e929ac926e0fec1990948040.tar.bz2 upstream-81062a12ac315994e929ac926e0fec1990948040.zip |
kernel: refresh patches for 2.6.33.2, and drop md5sum for older 2.6.32 kernels
SVN-Revision: 21081
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.33/301-avila_led.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.33/301-avila_led.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.33/301-avila_led.patch b/target/linux/ixp4xx/patches-2.6.33/301-avila_led.patch index b5ecef67e5..cc5fadeede 100644 --- a/target/linux/ixp4xx/patches-2.6.33/301-avila_led.patch +++ b/target/linux/ixp4xx/patches-2.6.33/301-avila_led.patch @@ -6,9 +6,9 @@ +#include <linux/leds.h> #include <linux/i2c-gpio.h> - #include <asm/types.h> -@@ -170,6 +171,72 @@ static struct platform_device avila_npec + #include <asm/setup.h> +@@ -172,6 +173,72 @@ static struct platform_device avila_npec .dev.platform_data = &avila_npec_data, }; @@ -81,7 +81,7 @@ static struct platform_device *avila_devices[] __initdata = { &avila_i2c_gpio, &avila_flash, -@@ -180,12 +247,16 @@ static void __init avila_gw23xx_setup(vo +@@ -182,12 +249,16 @@ static void __init avila_gw23xx_setup(vo { platform_device_register(&avila_npeb_device); platform_device_register(&avila_npec_device); @@ -98,7 +98,7 @@ } static void __init avila_gw2345_setup(void) -@@ -196,22 +267,30 @@ static void __init avila_gw2345_setup(vo +@@ -198,22 +269,30 @@ static void __init avila_gw2345_setup(vo avila_npec_data.phy = 5; /* port 5 of the KS8995 switch */ platform_device_register(&avila_npec_device); @@ -129,7 +129,7 @@ } static void __init avila_gw2355_setup(void) -@@ -222,11 +301,29 @@ static void __init avila_gw2355_setup(vo +@@ -224,11 +303,29 @@ static void __init avila_gw2355_setup(vo avila_npec_data.phy = 16; platform_device_register(&avila_npec_device); |