diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 16:34:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 16:34:31 +0000 |
commit | 779e43e18d995d7b5cd042e924af6d816bff4722 (patch) | |
tree | c94bc0e3c9d507b4f7f7b70f007b5bdbd967c161 /target/linux/etrax/patches/300-sysfs.patch | |
parent | 8932b397b870363406f10c1c3ec4934d2afaaa88 (diff) | |
download | upstream-779e43e18d995d7b5cd042e924af6d816bff4722.tar.gz upstream-779e43e18d995d7b5cd042e924af6d816bff4722.tar.bz2 upstream-779e43e18d995d7b5cd042e924af6d816bff4722.zip |
refresh kernel patches
SVN-Revision: 11215
Diffstat (limited to 'target/linux/etrax/patches/300-sysfs.patch')
-rw-r--r-- | target/linux/etrax/patches/300-sysfs.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/etrax/patches/300-sysfs.patch b/target/linux/etrax/patches/300-sysfs.patch index f153a6ccc0..4ffc15d667 100644 --- a/target/linux/etrax/patches/300-sysfs.patch +++ b/target/linux/etrax/patches/300-sysfs.patch @@ -1,8 +1,8 @@ -Index: linux-2.6.25.1/drivers/serial/crisv10.c +Index: linux-2.6.25.4/drivers/serial/crisv10.c =================================================================== ---- linux-2.6.25.1.orig/drivers/serial/crisv10.c 2008-05-03 20:54:24.000000000 +0100 -+++ linux-2.6.25.1/drivers/serial/crisv10.c 2008-05-03 21:07:48.000000000 +0100 -@@ -27,6 +27,7 @@ +--- 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 #include <linux/kernel.h> #include <linux/mutex.h> #include <linux/bitops.h> @@ -10,7 +10,7 @@ Index: linux-2.6.25.1/drivers/serial/crisv10.c #include <asm/io.h> #include <asm/irq.h> -@@ -4384,6 +4385,7 @@ +@@ -4384,6 +4385,7 @@ static const struct tty_operations rs_op .tiocmset = rs_tiocmset }; @@ -18,7 +18,7 @@ Index: linux-2.6.25.1/drivers/serial/crisv10.c static int __init rs_init(void) { -@@ -4518,6 +4520,24 @@ +@@ -4518,6 +4520,24 @@ rs_init(void) #endif #endif /* CONFIG_SVINTO_SIM */ |