summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Boyd2015-06-20 00:00:46 +0200
committerStephen Boyd2015-07-20 20:11:08 +0200
commit39482a1331ca70184145456df4206405b5b729e3 (patch)
tree6d09abbe442a67aacfa81e7461acb798143506c5
parentclk: mxs: Include clk.h in C files that use it (diff)
downloadkernel-qcow2-linux-39482a1331ca70184145456df4206405b5b729e3.tar.gz
kernel-qcow2-linux-39482a1331ca70184145456df4206405b5b729e3.tar.xz
kernel-qcow2-linux-39482a1331ca70184145456df4206405b5b729e3.zip
clk: nxp: 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. Acked-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r--drivers/clk/nxp/clk-lpc18xx-cgu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/nxp/clk-lpc18xx-cgu.c b/drivers/clk/nxp/clk-lpc18xx-cgu.c
index 81e9e1c788f4..e0a3cb8970ab 100644
--- a/drivers/clk/nxp/clk-lpc18xx-cgu.c
+++ b/drivers/clk/nxp/clk-lpc18xx-cgu.c
@@ -8,7 +8,6 @@
* warranty of any kind, whether express or implied.
*/
-#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/delay.h>
#include <linux/kernel.h>