From: Arnd Bergmann Date: Tue, 18 Feb 2014 15:14:20 +0000 (+0100) Subject: serial: pxa: fix build with !SERIAL_PXA_CONSOLE X-Git-Tag: omap-for-v3.17/fixes-against-rc2~165^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ee881b74e1fa96bfe0c7d2be11f6de69bc145e9;p=pandora-kernel.git serial: pxa: fix build with !SERIAL_PXA_CONSOLE When CONFIG_SERIAL_PXA_CONSOLE is disabled, the serial_pxa_get_poll_char and serial_pxa_put_poll_char functions are not defined, and we can't reference them. Signed-off-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed