net/c_can: remove conditional compilation of clk code
authorViresh Kumar <viresh.kumar@st.com>
Mon, 30 Jul 2012 21:39:38 +0000 (14:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2012 00:25:12 +0000 (17:25 -0700)
commit2b1463ddde35a720de2fb4013057396e7f8011f0
tree4d4f18dc0f165978e61b8d6703e71f00800aa1ab
parentd14fb1e93086ec1acec34d5e17c989fa528c65e5
net/c_can: 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.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: David S. Miller <davem@davemloft.net>
Cc: Bhupesh Sharma <bhupesh.sharma@st.com>
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/can/c_can/c_can_platform.c
This page took 0.026291 seconds and 5 git commands to generate.