diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2021-10-27 09:53:26 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-30 11:01:48 +0200 |
commit | d142585bceb3218ad432ed0fcd5be9d6e3cd9052 (patch) | |
tree | 759eaff0c8e9d751cd8018313f992b1cade0aa2b /sound/soc/ti | |
parent | tty: rpmsg: Define tty name via constant string literal (diff) | |
download | linux-d142585bceb3218ad432ed0fcd5be9d6e3cd9052.tar.xz linux-d142585bceb3218ad432ed0fcd5be9d6e3cd9052.zip |
serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLE
If CONFIG_CONSOLE_POLL=y, and CONFIG_SERIAL_CPM=m (hence
CONFIG_SERIAL_CPM_CONSOLE=n):
drivers/tty/serial/cpm_uart/cpm_uart_core.c:1109:12: warning: ‘udbg_cpm_getc’ defined but not used [-Wunused-function]
1109 | static int udbg_cpm_getc(void)
| ^~~~~~~~~~~~~
drivers/tty/serial/cpm_uart/cpm_uart_core.c:1095:13: warning: ‘udbg_cpm_putc’ defined but not used [-Wunused-function]
1095 | static void udbg_cpm_putc(char c)
| ^~~~~~~~~~~~~
Fix this by making the udbg definitions depend on
CONFIG_SERIAL_CPM_CONSOLE, in addition to CONFIG_CONSOLE_POLL.
Fixes: a60526097f42eb98 ("tty: serial: cpm_uart: Add udbg support for enabling xmon")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20211027075326.3270785-1-geert@linux-m68k.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/soc/ti')
0 files changed, 0 insertions, 0 deletions