summaryrefslogtreecommitdiffstats
path: root/target/linux/etrax/patches-2.6.28/600-fix_serial_cris.patch
diff options
context:
space:
mode:
authorclaudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-09 16:21:56 +0000
committerclaudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-09 16:21:56 +0000
commit57e5b00f97a878e527753f3cf8e317329c5a4dbb (patch)
tree398bbd5197d8fcc862fdc7e6f031e3279adc30a8 /target/linux/etrax/patches-2.6.28/600-fix_serial_cris.patch
parent409fb7adfc2c6de59b2e05311169eb19fd62093d (diff)
[etrax] patches for 2.6.28
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15174 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/patches-2.6.28/600-fix_serial_cris.patch')
-rw-r--r--target/linux/etrax/patches-2.6.28/600-fix_serial_cris.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/target/linux/etrax/patches-2.6.28/600-fix_serial_cris.patch b/target/linux/etrax/patches-2.6.28/600-fix_serial_cris.patch
new file mode 100644
index 000000000..0c54b7b88
--- /dev/null
+++ b/target/linux/etrax/patches-2.6.28/600-fix_serial_cris.patch
@@ -0,0 +1,29 @@
+Index: linux-2.6.28.9/drivers/serial/crisv10.c
+===================================================================
+--- linux-2.6.28.9.orig/drivers/serial/crisv10.c 2009-04-08 16:47:06.000000000 +0200
++++ linux-2.6.28.9/drivers/serial/crisv10.c 2009-04-08 16:47:27.000000000 +0200
+@@ -28,6 +28,7 @@
+ #include <linux/mutex.h>
+ #include <linux/bitops.h>
+ #include <linux/device.h>
++#include <linux/proc_fs.h>
+
+ #include <asm/io.h>
+ #include <asm/irq.h>
+@@ -4389,7 +4390,6 @@
+ .break_ctl = rs_break,
+ .send_xchar = rs_send_xchar,
+ .wait_until_sent = rs_wait_until_sent,
+- .read_proc = rs_read_proc,
+ .tiocmget = rs_tiocmget,
+ .tiocmset = rs_tiocmset
+ };
+@@ -4455,7 +4455,7 @@
+ if (tty_register_driver(driver))
+ panic("Couldn't register serial driver\n");
+ /* do some initializing for the separate ports */
+-
++ driver->proc_entry->read_proc = rs_read_proc;
+ for (i = 0, info = rs_table; i < NR_PORTS; i++,info++) {
+ if (info->enabled) {
+ if (cris_request_io_interface(info->io_if,