projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2153430
)
SC26XX: missing PORT define in serial_core.h
author
Thomas Bogendoerfer
<
[email protected]
>
Wed, 13 Feb 2008 23:03:17 +0000
(15:03 -0800)
committer
Linus Torvalds
<
[email protected]
>
Thu, 14 Feb 2008 00:21:18 +0000
(16:21 -0800)
When submitting the driver for inclusion to 2.6.25 I've missed the change to
serial_core.h. This patch fixes this.
Signed-off-by: Thomas Bogendoerfer <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/serial_core.h
patch
|
blob
|
history
diff --git
a/include/linux/serial_core.h
b/include/linux/serial_core.h
index 1a0b6cf83ff1b7954af90c1d0df0dda6a7de621b..289942fc66553e0188c0ad70e4f6dc23be2922e1 100644
(file)
--- a/
include/linux/serial_core.h
+++ b/
include/linux/serial_core.h
@@
-149,6
+149,8
@@
/* Freescale ColdFire */
#define PORT_MCF 78
+#define PORT_SC26XX 79
+
/* MN10300 on-chip UART numbers */
#define PORT_MN10300 80