[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20080211184050.17B80E3B02@solo.franken.de>
Date: Mon, 11 Feb 2008 19:40:50 +0100 (CET)
From: Thomas Bogendoerfer <tsbogend@...ha.franken.de>
To: linux-kernel@...r.kernel.org
cc: akpm@...ux-foundation.org
Subject: [PATCH] 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: Thomas Bogendoerfer <tsbogend@...ha.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists