From: Luis Henriques Date: Wed, 14 Aug 2013 22:18:37 +0000 (+0100) Subject: serial: pch_uart: fix compilation warning X-Git-Tag: v3.12-rc1~182^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a5163f5c0eb0944f3a2c219acd75933f74fda2;p=pandora-kernel.git serial: pch_uart: fix compilation warning Function wait_for_xmitr is invoked only on functions that either depend on CONFIG_CONSOLE_POLL or CONFIG_SERIAL_PCH_UART_CONSOLE. This patch fixes the following warning: drivers/tty/serial/pch_uart.c:1504:13: warning: ‘wait_for_xmitr’ defined but not used [-Wunused-function] Signed-off-by: Luis Henriques Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed