aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-twl6040.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 10:53:02 -0700
commite873473cbcb570360889415e4a5680e09fe6d031 (patch)
tree563cfb98be7abca53034000a9e9c43a2ae8f7093 /drivers/clk/clk-twl6040.c
parentclk: si5351: Include clk.h (diff)
downloadlinux-dev-e873473cbcb570360889415e4a5680e09fe6d031.tar.xz
linux-dev-e873473cbcb570360889415e4a5680e09fe6d031.zip
clk: twl6040: 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: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/clk-twl6040.c')
-rw-r--r--drivers/clk/clk-twl6040.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/clk-twl6040.c b/drivers/clk/clk-twl6040.c
index 4a755135bcd3..3094b10c6149 100644
--- a/drivers/clk/clk-twl6040.c
+++ b/drivers/clk/clk-twl6040.c
@@ -20,7 +20,6 @@
*
*/
-#include <linux/clk.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/platform_device.h>