SC26XX: missing PORT define in serial_core.h
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 13 Feb 2008 23:03:17 +0000 (15:03 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
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 <tsbogend@alpha.franken.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/serial_core.h

index 1a0b6cf..289942f 100644 (file)
 /* Freescale ColdFire */
 #define PORT_MCF       78
 
+#define PORT_SC26XX    79
+
 
 /* MN10300 on-chip UART numbers */
 #define PORT_MN10300           80