]> git.karo-electronics.de Git - linux-beck.git/commit
serial: amba-pl011: mark vendor_zte as __maybe_unused
authorArnd Bergmann <arnd@arndb.de>
Wed, 20 Jan 2016 10:40:03 +0000 (11:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Feb 2016 06:51:04 +0000 (22:51 -0800)
commitff52a9a0c3c64ae33fe65b94733df3a1a6ce1a70
treefdc71e1585a424ef44b57a002f974195249916a1
parent2f2fd0894991a04bf3581104d5ea3a8dc9a4f01f
serial: amba-pl011: mark vendor_zte as __maybe_unused

The pl011 driver has gone back and forth on the definition of the
ZTE specific variation of the hardware definitions, but the
current state is that the vendor definition is left in place
yet unused:

drivers/tty/serial/amba-pl011.c:190:27: warning: 'vendor_zte' defined but not used [-Wunused-variable]

I don't know what the plan forward is to get this code to work,
but the current behavior is a bit annoying as we get a warning
whenever we build this driver.

This patch does not help us to make it work, but at least
shuts up the warning.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 7ec758718920 ("tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)")
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c