aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/serial.h
diff options
context:
space:
mode:
authorPeter Hurley <peter@hurleysoftware.com>2015-04-11 11:02:36 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-06 22:27:00 +0200
commit6b3cddccf4eec0883feb065aea28dd9770bb17d0 (patch)
tree20a4634760f8f402b0950af8e5fa8a9e614568c2 /arch/alpha/include/asm/serial.h
parentdrivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE (diff)
downloadlinux-dev-6b3cddccf4eec0883feb065aea28dd9770bb17d0.tar.xz
linux-dev-6b3cddccf4eec0883feb065aea28dd9770bb17d0.zip
serial: core: Fix unused variable warnings from uart_console()
If CONFIG_SERIAL_CORE_CONSOLE=n, build warnings are generated by uart_console() macro expansion: drivers/tty/serial/of_serial.c: In function ‘of_serial_suspend_8250’: drivers/tty/serial/of_serial.c:262:20: warning: unused variable ‘port’ [-Wunused-variable] struct uart_port *port = &port8250->port; ^ drivers/tty/serial/of_serial.c: In function ‘of_serial_resume_8250’: drivers/tty/serial/of_serial.c:272:20: warning: unused variable ‘port’ [-Wunused-variable] struct uart_port *port = &port8250->port; Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/alpha/include/asm/serial.h')
0 files changed, 0 insertions, 0 deletions