diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-19 18:00:46 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 13:53:00 -0400 |
commit | d74f864fec313868abadf8a31a4c585ec26389ca (patch) | |
tree | 5e788943948ae7a37cb651b13037047402d7c1db /drivers/clk/clk-rk808.c | |
parent | 39a3891576496ff8e772306a9d06cbaed019dbee (diff) |
clk: rk808: Remove clk.h include
Clock provider drivers generally shouldn't include clk.h because
it's the consumer API. Remove the include here because this is a
provider driver.
Cc: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/clk-rk808.c')
-rw-r--r-- | drivers/clk/clk-rk808.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/clk-rk808.c b/drivers/clk/clk-rk808.c index 83902b9cd49e..0fee2f4ca258 100644 --- a/drivers/clk/clk-rk808.c +++ b/drivers/clk/clk-rk808.c | |||
@@ -15,7 +15,6 @@ | |||
15 | * more details. | 15 | * more details. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include <linux/clk.h> | ||
19 | #include <linux/clk-provider.h> | 18 | #include <linux/clk-provider.h> |
20 | #include <linux/module.h> | 19 | #include <linux/module.h> |
21 | #include <linux/slab.h> | 20 | #include <linux/slab.h> |