From: David Howells Allocate serial port UART type IDs for the MN10300 on-chip serial ports. Signed-off-by: David Howells Acked-by: Alan Cox Signed-off-by: Andrew Morton --- include/linux/serial_core.h | 4 ++++ 1 file changed, 4 insertions(+) diff -puN include/linux/serial_core.h~mn10300-allocate-serial-port-uart-ids-for-on-chip-serial include/linux/serial_core.h --- a/include/linux/serial_core.h~mn10300-allocate-serial-port-uart-ids-for-on-chip-serial +++ a/include/linux/serial_core.h @@ -152,6 +152,10 @@ /* Blackfin SPORT */ #define PORT_BFIN_SPORT 78 +/* MN10300 on-chip UART numbers */ +#define PORT_MN10300 79 +#define PORT_MN10300_CTS 80 + #ifdef __KERNEL__ #include _