diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2004-11-29 13:44:23 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2004-11-29 13:44:23 +0000 |
| commit | b56211a1a9cfaf3ec49b9ca146446b47d3d704eb (patch) | |
| tree | 9a87fe289dabcc21eef3ec6283854bf526c2472e /include/linux/serial_core.h | |
| parent | ceaa57fe291f4cbf94009e99e5ce65b70ff6ea9b (diff) | |
[SERIAL] Add missing definition for PORT_IMX.
Diffstat (limited to 'include/linux/serial_core.h')
| -rw-r--r-- | include/linux/serial_core.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 3fad76b0873c..1dd43bc63800 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -91,12 +91,15 @@ /* 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__ #include <linux/config.h> |
