]> git.baikalelectronics.ru Git - kernel.git/commit
clk: sirf: Properly include clk.h
authorStephen Boyd <sboyd@codeaurora.org>
Fri, 19 Jun 2015 22:00:46 +0000 (15:00 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 20 Jul 2015 18:11:13 +0000 (11:11 -0700)
commit25acdb92d8553e7e483886254fefb3d6e3dde3cd
tree0f0d79dac3249cb0f70b66ac2f9ab6bc92d5f4ae
parent001a39379e68a27d699994f7896e192892c5ca63
clk: sirf: Properly include clk.h

Clock provider drivers generally shouldn't include clk.h because
it's the consumer API. Move the include of clk.h into
clk-common.c because that's the only file that's really using
clk.h, even if it's included into the atlas6 and prima2 files.

Cc: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/sirf/clk-atlas6.c
drivers/clk/sirf/clk-common.c
drivers/clk/sirf/clk-prima2.c