summaryrefslogtreecommitdiffstats
path: root/drivers/clk/versatile/clk-impd1.c
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-06-19 15:00:46 -0700
committerStephen Boyd <sboyd@codeaurora.org>2015-07-20 11:11:20 -0700
commit6d31e3b22e131f5aa5c9d6407ea46fec2134f986 (patch)
tree93d121bcdd43ccf2602127871d5b60d6b3c895e2 /drivers/clk/versatile/clk-impd1.c
parenta162ca912cf792073b0b2450377fd1cd5d5c6cb5 (diff)
downloadlinux-6d31e3b22e131f5aa5c9d6407ea46fec2134f986.tar.bz2
clk: versatile: Remove clk.h and clkdev.h includes
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. Also remove clkdev.h in files that aren't using it and replace them with slab.h in files that were relying on the implicit include of slab.h in clkdev.h. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/versatile/clk-impd1.c')
-rw-r--r--drivers/clk/versatile/clk-impd1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/versatile/clk-impd1.c b/drivers/clk/versatile/clk-impd1.c
index 1cc1330dc570..65c842a21c62 100644
--- a/drivers/clk/versatile/clk-impd1.c
+++ b/drivers/clk/versatile/clk-impd1.c
@@ -7,7 +7,6 @@
* published by the Free Software Foundation.
*/
#include <linux/clk-provider.h>
-#include <linux/clk.h>
#include <linux/clkdev.h>
#include <linux/err.h>
#include <linux/io.h>