diff options
-rw-r--r-- | drivers/tty/serial/pch_uart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c index 35cb9af893ba..037368285301 100644 --- a/drivers/tty/serial/pch_uart.c +++ b/drivers/tty/serial/pch_uart.c | |||
@@ -45,6 +45,7 @@ enum { | |||
45 | /* Set the max number of UART port | 45 | /* Set the max number of UART port |
46 | * Intel EG20T PCH: 4 port | 46 | * Intel EG20T PCH: 4 port |
47 | * OKI SEMICONDUCTOR ML7213 IOH: 3 port | 47 | * OKI SEMICONDUCTOR ML7213 IOH: 3 port |
48 | * OKI SEMICONDUCTOR ML7223 IOH: 2 port | ||
48 | */ | 49 | */ |
49 | #define PCH_UART_NR 4 | 50 | #define PCH_UART_NR 4 |
50 | 51 | ||