summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-rk808.c
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-06-20 00:00:46 +0200
committerStephen Boyd <sboyd@codeaurora.org>2015-07-20 19:53:00 +0200
commitd74f864fec313868abadf8a31a4c585ec26389ca (patch)
tree5e788943948ae7a37cb651b13037047402d7c1db /drivers/clk/clk-rk808.c
parentclk: palmas: Remove clkdev.h includes (diff)
downloadlinux-d74f864fec313868abadf8a31a4c585ec26389ca.tar.xz
linux-d74f864fec313868abadf8a31a4c585ec26389ca.zip
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 '')
-rw-r--r--drivers/clk/clk-rk808.c1
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 @@
* more details.
*/
-#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/module.h>
#include <linux/slab.h>