From e7b5e9790ed5600f845dabdc8422d18172774943 Mon Sep 17 00:00:00 2001 From: Hirokazu Takata Date: Mon, 28 Mar 2005 03:44:51 -0800 Subject: [PATCH] m32r_sio driver update I made a patch to update m32r_sio driver. Compile checked and tested on a M32700UT eva board with SMP kernel. It looks working... __register_m32r_sio, register_m32r_sio, unregister_m32r_sio are still remained. I'm going to take a look them after. Signed-off-by: Hirokazu Takata Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/serial_core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux') diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index a456436aabb3..f258f61adcb7 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -113,6 +113,9 @@ /* Samsung S3C2400 SoC */ #define PORT_S3C2400 67 +/* M32R SIO */ +#define PORT_M32R_SIO 68 + #ifdef __KERNEL__ #include -- cgit v1.2.3