]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb/marvell: remove conditional compilation of clk code
authorViresh Kumar <viresh.linux@gmail.com>
Sat, 21 Jul 2012 00:54:37 +0000 (10:54 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Jul 2012 03:53:10 +0000 (13:53 +1000)
commit4a4593835d11b67c466fe0298ad6729ca633f75e
tree51e044dc2b5a3bbed53a4f8c6fb67caa05e72178
parent601d4778ff3c08734726af188ba9529a30b50357
usb/marvell: 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.

Marvell usb 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>
include/linux/platform_data/mv_usb.h