]> git.neil.brown.name Git - history.git/commitdiff
[ARM PATCH] 2237/1: S3C2410 - new serial driver - update serial_core.h (4/4)
authorBen Dooks <ben-linux@org.rmk.(none)>
Sat, 13 Nov 2004 18:56:57 +0000 (18:56 +0000)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sat, 13 Nov 2004 18:56:57 +0000 (18:56 +0000)
Patch from Ben Dooks

Add PORT_S3C2440 to include/linux/serial_core.h

Signed-off-by: Ben Dooks
Signed-off-by: Russell King
include/linux/serial_core.h

index ae0b9948c2692f4e5825228f6d5095e367677e4f..3fad76b0873ca41d5c5f7e23affddb46f098b71d 100644 (file)
@@ -94,6 +94,9 @@
 /*IBM icom*/
 #define PORT_ICOM      60
 
+/* Samsung S3C2440 SoC */
+#define PORT_S3C2440   61
+
 #ifdef __KERNEL__
 
 #include <linux/config.h>