summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-05-09 23:54:02 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-09 23:54:02 -0700
commit61f9d5aad0e4883ab424c5e02168664e7fbd4d08 (patch)
treec18b3fbbda6d2cdab504dd4d29fe7d921eeed38a /include/linux
parentf2136be163d7bdc3564acfc35bef5cf14642f4dc (diff)
[PATCH] mips: add missing IP22 Zilog bit
From: Ralf Baechle <ralf@linux-mips.org> Add missing definition PORT_IP22ZILOG which is need by ip22zilog driver.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/serial_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 4d7dd853874b..00c4b081ff42 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -85,6 +85,9 @@
/* Samsung S3C2410 SoC and derivatives thereof */
#define PORT_S3C2410 55
+/* SGI IP22 aka Indy / Challenge S / Indigo 2 */
+#define PORT_IP22ZILOG 56
+
#ifdef __KERNEL__
#include <linux/config.h>