diff options
-rw-r--r-- | drivers/serial/serial_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial_core.c b/drivers/serial/serial_core.c index 4d7eecbead9b..c32c1ca75f63 100644 --- a/drivers/serial/serial_core.c +++ b/drivers/serial/serial_core.c | |||
@@ -1771,7 +1771,7 @@ static int uart_read_proc(char *page, char **start, off_t off, | |||
1771 | } | 1771 | } |
1772 | #endif | 1772 | #endif |
1773 | 1773 | ||
1774 | #ifdef CONFIG_SERIAL_CORE_CONSOLE | 1774 | #if defined(CONFIG_SERIAL_CORE_CONSOLE) || defined(CONFIG_CONSOLE_POLL) |
1775 | /* | 1775 | /* |
1776 | * uart_console_write - write a console message to a serial port | 1776 | * uart_console_write - write a console message to a serial port |
1777 | * @port: the port to write the message | 1777 | * @port: the port to write the message |