diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-06-17 12:57:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-06-17 12:57:04 +0000 |
commit | 4af6ac74fb0dd4b8f75c82543f3b3a17fbd75fcb (patch) | |
tree | 40cb3a459399cd0fc128e0f0cfcb82cab6409ed0 /target/linux/etrax/patches/300-sysfs.patch | |
parent | 3415b8c04439a74b9311b2d5a4beb14a13341525 (diff) | |
download | upstream-4af6ac74fb0dd4b8f75c82543f3b3a17fbd75fcb.tar.gz upstream-4af6ac74fb0dd4b8f75c82543f3b3a17fbd75fcb.tar.bz2 upstream-4af6ac74fb0dd4b8f75c82543f3b3a17fbd75fcb.zip |
upgrade to 2.6.25.7, and refresh patches
SVN-Revision: 11523
Diffstat (limited to 'target/linux/etrax/patches/300-sysfs.patch')
-rw-r--r-- | target/linux/etrax/patches/300-sysfs.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/target/linux/etrax/patches/300-sysfs.patch b/target/linux/etrax/patches/300-sysfs.patch index 4ffc15d667..3b0378421a 100644 --- a/target/linux/etrax/patches/300-sysfs.patch +++ b/target/linux/etrax/patches/300-sysfs.patch @@ -1,8 +1,6 @@ -Index: linux-2.6.25.4/drivers/serial/crisv10.c -=================================================================== ---- linux-2.6.25.4.orig/drivers/serial/crisv10.c -+++ linux-2.6.25.4/drivers/serial/crisv10.c -@@ -27,6 +27,7 @@ static char *serial_version = "$Revision +--- a/drivers/serial/crisv10.c ++++ b/drivers/serial/crisv10.c +@@ -27,6 +27,7 @@ #include <linux/kernel.h> #include <linux/mutex.h> #include <linux/bitops.h> @@ -10,7 +8,7 @@ Index: linux-2.6.25.4/drivers/serial/crisv10.c #include <asm/io.h> #include <asm/irq.h> -@@ -4384,6 +4385,7 @@ static const struct tty_operations rs_op +@@ -4384,6 +4385,7 @@ .tiocmset = rs_tiocmset }; @@ -18,7 +16,7 @@ Index: linux-2.6.25.4/drivers/serial/crisv10.c static int __init rs_init(void) { -@@ -4518,6 +4520,24 @@ rs_init(void) +@@ -4518,6 +4520,24 @@ #endif #endif /* CONFIG_SVINTO_SIM */ |