commit | 1f6fd5c916c8416588f5797e7837b9e81b3251a5 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Dec 17 14:53:24 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Dec 22 18:44:46 2008 +0900 |
tree | 1793bda2b303c2b071c3dc68ef25aacc2e44811c | |
parent | 073da9c0de401e8683b6bc76c008a7e0850045d5 [diff] |
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 <lethal@linux-sh.org>