1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[etrax] refresh kernel patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11215 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2008-05-19 16:34:31 +00:00
parent 5591c13267
commit 8e004499ac
5 changed files with 66 additions and 57 deletions

View File

@@ -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 */