From: Paul Mundt Date: Wed, 17 Dec 2008 05:53:24 +0000 (+0900) Subject: serial: sh-sci: sci_poll_get_char() is only used by CONFIG_CONSOLE_POLL. X-Git-Tag: v2.6.29-rc1~591^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6fd5c916c8416588f5797e7837b9e81b3251a5;p=pandora-kernel.git serial: sh-sci: sci_poll_get_char() is only used by CONFIG_CONSOLE_POLL. sci_poll_put_char() happens to also be used by the serial console, while sci_poll_get_char() is only used by CONFIG_CONSOLE_POLL. Add another gnarly ifdef to shut up the compiler. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed