projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] Makefile: fixed inclusion of kmod-leds-gpio as a module (breaks Image...
[openwrt.git]
/
target
/
linux
/
etrax
/
patches-2.6.32
/
600-create-device-serial.patch
diff --git
a/target/linux/etrax/patches-2.6.32/600-create-device-serial.patch
b/target/linux/etrax/patches-2.6.32/600-create-device-serial.patch
index
516b984
..
58817e0
100644
(file)
--- a/
target/linux/etrax/patches-2.6.32/600-create-device-serial.patch
+++ b/
target/linux/etrax/patches-2.6.32/600-create-device-serial.patch
@@
-1,6
+1,6
@@
--- a/drivers/serial/crisv10.c
+++ b/drivers/serial/crisv10.c
--- a/drivers/serial/crisv10.c
+++ b/drivers/serial/crisv10.c
-@@ -3
1,6 +31
,7 @@ static char *serial_version = "$Revision
+@@ -3
2,6 +32
,7 @@ static char *serial_version = "$Revision
#include <linux/module.h>
#include <linux/uaccess.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/uaccess.h>
#include <linux/io.h>
@@
-8,7
+8,7
@@
#include <asm/irq.h>
#include <asm/dma.h>
#include <asm/irq.h>
#include <asm/dma.h>
-@@ -441
4,6 +4415
,8 @@ static const struct tty_operations rs_op
+@@ -441
5,6 +4416
,8 @@ static const struct tty_operations rs_op
#endif
};
#endif
};
@@
-17,7
+17,7
@@
static int __init rs_init(void)
{
int i;
static int __init rs_init(void)
{
int i;
-@@ -454
7,6 +4550
,24 @@ static int __init rs_init(void)
+@@ -454
8,6 +4551
,24 @@ static int __init rs_init(void)
#endif
#endif /* CONFIG_SVINTO_SIM */
#endif
#endif /* CONFIG_SVINTO_SIM */
This page took
0.020075 seconds
and
4
git commands to generate.