diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-20 00:00:46 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 19:53:02 +0200 |
commit | e873473cbcb570360889415e4a5680e09fe6d031 (patch) | |
tree | 563cfb98be7abca53034000a9e9c43a2ae8f7093 /drivers/clk/clk-twl6040.c | |
parent | clk: si5351: Include clk.h (diff) | |
download | linux-e873473cbcb570360889415e4a5680e09fe6d031.tar.xz 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> |