projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kirkwood] Fix patch
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.33
/
301-avila_led.patch
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
b5ecef6
..
cc5fade
100644
(file)
--- 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 <linux/leds.h>
#include <linux/i2c-gpio.h>
-
#include <asm/types.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,
};
.dev.platform_data = &avila_npec_data,
};
@@
-81,7
+81,7
@@
static struct platform_device *avila_devices[] __initdata = {
&avila_i2c_gpio,
&avila_flash,
static struct platform_device *avila_devices[] __initdata = {
&avila_i2c_gpio,
&avila_flash,
-@@ -18
0,12 +247
,16 @@ static void __init avila_gw23xx_setup(vo
+@@ -18
2,12 +249
,16 @@ static void __init avila_gw23xx_setup(vo
{
platform_device_register(&avila_npeb_device);
platform_device_register(&avila_npec_device);
{
platform_device_register(&avila_npeb_device);
platform_device_register(&avila_npec_device);
@@
-98,7
+98,7
@@
}
static void __init avila_gw2345_setup(void)
}
static void __init avila_gw2345_setup(void)
-@@ -19
6,22 +267
,30 @@ static void __init avila_gw2345_setup(vo
+@@ -19
8,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);
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)
}
static void __init avila_gw2355_setup(void)
-@@ -22
2,11 +301
,29 @@ static void __init avila_gw2355_setup(vo
+@@ -22
4,11 +303
,29 @@ static void __init avila_gw2355_setup(vo
avila_npec_data.phy = 16;
platform_device_register(&avila_npec_device);
avila_npec_data.phy = 16;
platform_device_register(&avila_npec_device);
This page took
0.024299 seconds
and
4
git commands to generate.