]> Pileus Git - ~andy/linux/commit
serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULE
authorAxel Lin <axel.lin@ingics.com>
Mon, 15 Jul 2013 05:36:03 +0000 (13:36 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2013 23:04:50 +0000 (16:04 -0700)
commit37e1ceb1796279d8a7b0dfaeff8a829d1dd1b2f3
tree2f0db525358101784c7a2e161a583c835cfc05ed
parent4e3234897fbc4c83286f3cd3105d38b26634812d
serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULE

No idea why we have redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULE,
check it once is enough.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/bfin_uart.c