bk://bk.arm.linux.org.uk/linux-2.6-serial rmk@flint.arm.linux.org.uk|ChangeSet|20041129134423|60498 rmk # This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/11/29 13:44:23+00:00 rmk@flint.arm.linux.org.uk # [SERIAL] Add missing definition for PORT_IMX. # # include/linux/serial_core.h # 2004/11/29 13:41:34+00:00 rmk@flint.arm.linux.org.uk +5 -2 # Add definition for PORT_IMX. # diff -Nru a/include/linux/serial_core.h b/include/linux/serial_core.h --- a/include/linux/serial_core.h 2004-11-29 22:02:38 -08:00 +++ b/include/linux/serial_core.h 2004-11-29 22:02:38 -08:00 @@ -91,11 +91,14 @@ /* MPC52xx type numbers */ #define PORT_MPC52xx 59 -/*IBM icom*/ -#define PORT_ICOM 60 +/* IBM icom */ +#define PORT_ICOM 60 /* Samsung S3C2440 SoC */ #define PORT_S3C2440 61 + +/* Motorola i.MX SoC */ +#define PORT_IMX 62 #ifdef __KERNEL__