]> git.baikalelectronics.ru Git - kernel.git/commit
serial: fix serial_txx9.c build warning/typo
authorRandy Dunlap <rdunlap@xenotime.net>
Tue, 5 Jun 2012 16:46:07 +0000 (09:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Jun 2012 22:41:18 +0000 (15:41 -0700)
commit80ae43a3fba325ff2ece528346f0b0fbba72a0f5
tree19088ab21d486e4b1e6dcdb23677275f0fc427f5
parent6b0a96247d0e54de1c4b1fbeb969560f52cee1c5
serial: fix serial_txx9.c build warning/typo

Fix kconfig symbol test to use "defined":

drivers/tty/serial/serial_txx9.c: warning: "CONFIG_CONSOLE_POLL" is not defined [-Wundef]

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_txx9.c