]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb/musb: remove conditional compilation of clk code
authorViresh Kumar <viresh.linux@gmail.com>
Sat, 21 Jul 2012 00:54:38 +0000 (10:54 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Jul 2012 03:53:10 +0000 (13:53 +1000)
commit16c7106e9c68b5d115e8d50f4fa743c6d73092ed
tree3985722c6ce265a5d9c72c3a7a8326bb372075e0
parent4a4593835d11b67c466fe0298ad6729ca633f75e
usb/musb: remove conditional compilation of clk code

With addition of dummy clk_*() calls for non CONFIG_HAVE_CLK cases in
clk.h, there is no need to have clk code enclosed in #ifdef
CONFIG_HAVE_CLK, #endif macros.

musb also has these dummy macros defined locally.  Remove them as they
aren't required anymore.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Mike Turquette <mturquette@linaro.org>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: viresh kumar <viresh.linux@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/usb/musb/musb_core.h