[PATCH] SC26XX: Missing PORT define in serial_core.h

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Thomas Bogendoerfer
Date: Monday, February 11, 2008 - 11:40 am

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>
---

 include/linux/serial_core.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 1a0b6cf..289942f 100644
--- 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
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] SC26XX: Missing PORT define in serial_core.h, Thomas Bogendoerfer, (Mon Feb 11, 11:40 am)