summaryrefslogtreecommitdiff
path: root/drivers/clk/mxs/clk-pll.c
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-06-20 01:00:46 +0300
committerStephen Boyd <sboyd@codeaurora.org>2015-07-20 21:11:07 +0300
commitbb0bf354524d10097271fb26bd92a55c67c0304d (patch)
tree70906800a4165c6ef01923392ae1238134ca6e2c /drivers/clk/mxs/clk-pll.c
parentdb00c3e5953f5ff7e781d85feef1b3ae9ef13297 (diff)
downloadlinux-bb0bf354524d10097271fb26bd92a55c67c0304d.tar.xz
clk: mxs: Include clk.h in C files that use it
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. The clk.h include is being included in all mxs files because it's part of mxs/clk.h even though nothing actually requires it in that file. Move the clk.h include to the C files that are actually using it and remove the clk.h include from the header file. The clkdev.h include isn't used either, so drop it too. Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/mxs/clk-pll.c')
-rw-r--r--drivers/clk/mxs/clk-pll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/mxs/clk-pll.c b/drivers/clk/mxs/clk-pll.c
index fadae41833ec..d4ca79a868e0 100644
--- a/drivers/clk/mxs/clk-pll.c
+++ b/drivers/clk/mxs/clk-pll.c
@@ -9,7 +9,6 @@
* http://www.gnu.org/copyleft/gpl.html
*/
-#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/delay.h>
#include <linux/err.h>