diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-19 15:00:46 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 10:53:02 -0700 |
commit | e873473cbcb570360889415e4a5680e09fe6d031 (patch) | |
tree | 563cfb98be7abca53034000a9e9c43a2ae8f7093 /drivers/clk/clk-twl6040.c | |
parent | 608f9b6e15e70535695996c6a9cde0f3dcd02251 (diff) | |
download | blackbird-op-linux-e873473cbcb570360889415e4a5680e09fe6d031.tar.gz blackbird-op-linux-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.c | 1 |
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> |