serial: sh_sci: remove HAVE_CLK build dependecy
authorBaruch Siach <baruch@tkos.co.il>
Wed, 5 Feb 2014 19:28:38 +0000 (21:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 17:33:06 +0000 (09:33 -0800)
Since 93abe8e4 (clk: add non CONFIG_HAVE_CLK routines) code using clk.h
like this driver needs not depend on HAVE_CLK.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig

index 7cfa2ed8241c4df928328b3e5685ccb69b24f478..2577d67bacb24aa092b4974808bec500f2b585f6 100644 (file)
@@ -708,7 +708,6 @@ config SERIAL_IP22_ZILOG_CONSOLE
 
 config SERIAL_SH_SCI
        tristate "SuperH SCI(F) serial port support"
-       depends on HAVE_CLK
        depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
        select SERIAL_CORE