diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-20 01:00:46 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 21:11:13 +0300 |
commit | fdb94059d89aab102b4debc30e77f0b5521f8148 (patch) | |
tree | 0f0d79dac3249cb0f70b66ac2f9ab6bc92d5f4ae /drivers/clk/sirf/clk-prima2.c | |
parent | 6f1ed07a14a1ace5facba1e2b3995a2ef3b610cc (diff) | |
download | linux-fdb94059d89aab102b4debc30e77f0b5521f8148.tar.xz |
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>
Diffstat (limited to 'drivers/clk/sirf/clk-prima2.c')
-rw-r--r-- | drivers/clk/sirf/clk-prima2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/sirf/clk-prima2.c b/drivers/clk/sirf/clk-prima2.c index 6968e2ebcd8a..f92c40264342 100644 --- a/drivers/clk/sirf/clk-prima2.c +++ b/drivers/clk/sirf/clk-prima2.c @@ -10,7 +10,6 @@ #include <linux/module.h> #include <linux/bitops.h> #include <linux/io.h> -#include <linux/clk.h> #include <linux/clkdev.h> #include <linux/clk-provider.h> #include <linux/of_address.h> |