projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
allow comment lines in the image builder
[openwrt.git]
/
target
/
linux
/
linux-2.4
/
patches
/
ar7
/
004-atm_driver.patch
diff --git
a/target/linux/linux-2.4/patches/ar7/004-atm_driver.patch
b/target/linux/linux-2.4/patches/ar7/004-atm_driver.patch
index
475d1bc
..
f6a9208
100644
(file)
--- a/
target/linux/linux-2.4/patches/ar7/004-atm_driver.patch
+++ b/
target/linux/linux-2.4/patches/ar7/004-atm_driver.patch
@@
-21464,6
+21464,7
@@
diff -urN linux.old/drivers/atm/sangam_atm/tn7atm.c linux.dev/drivers/atm/sangam
+#ifdef CONFIG_LED_MODULE
+#include <asm/ar7/ledapp.h>
+#endif
+#ifdef CONFIG_LED_MODULE
+#include <asm/ar7/ledapp.h>
+#endif
++#include <asm/ar7/avalanche_intc.h>
+
+#ifdef MODULE
+MODULE_DESCRIPTION ("Tnetd73xx ATM Device Driver");
+
+#ifdef MODULE
+MODULE_DESCRIPTION ("Tnetd73xx ATM Device Driver");
@@
-21473,7
+21474,6
@@
diff -urN linux.old/drivers/atm/sangam_atm/tn7atm.c linux.dev/drivers/atm/sangam
+/* Version Information */
+//static char atm_version[] ="1.0.0.1";
+
+/* Version Information */
+//static char atm_version[] ="1.0.0.1";
+
-+
+#define TRUE 1
+#define FALSE 0
+
+#define TRUE 1
+#define FALSE 0
+
This page took
0.055817 seconds
and
4
git commands to generate.