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

kernel: update to 2.6.32.10

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20444 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2010-03-26 10:45:25 +00:00
parent dc7ecbe154
commit b4fcbf1114
46 changed files with 107 additions and 126 deletions

View File

@@ -1,6 +1,6 @@
--- a/drivers/serial/crisv10.c
+++ b/drivers/serial/crisv10.c
@@ -31,6 +31,7 @@ static char *serial_version = "$Revision
@@ -32,6 +32,7 @@ static char *serial_version = "$Revision
#include <linux/module.h>
#include <linux/uaccess.h>
#include <linux/io.h>
@@ -8,7 +8,7 @@
#include <asm/irq.h>
#include <asm/dma.h>
@@ -4414,6 +4415,8 @@ static const struct tty_operations rs_op
@@ -4415,6 +4416,8 @@ static const struct tty_operations rs_op
#endif
};
@@ -17,7 +17,7 @@
static int __init rs_init(void)
{
int i;
@@ -4547,6 +4550,24 @@ static int __init rs_init(void)
@@ -4548,6 +4551,24 @@ static int __init rs_init(void)
#endif
#endif /* CONFIG_SVINTO_SIM */