Commit 2695a14d authored by Thomas Bogendoerfer's avatar Thomas Bogendoerfer Committed by Linus Torvalds

SC26XX: missing PORT define in serial_core.h

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: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 21534301
......@@ -149,6 +149,8 @@
/* Freescale ColdFire */
#define PORT_MCF 78
#define PORT_SC26XX 79
/* MN10300 on-chip UART numbers */
#define PORT_MN10300 80
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment