summaryrefslogtreecommitdiff
path: root/drivers/clk/keystone/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 20:53:08 +0300
commit059a1aa7eb1de2ccbc41a708e892c080d9e26c60 (patch)
tree7fb012c1a50643cf8b6ae048528f2cc9c6a29a78 /drivers/clk/keystone/pll.c
parent593438e44c8e01d3098d69d30353be655c3b27f1 (diff)
downloadlinux-059a1aa7eb1de2ccbc41a708e892c080d9e26c60.tar.xz
clk: keystone: 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: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com> Cc: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/keystone/pll.c')
-rw-r--r--drivers/clk/keystone/pll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/keystone/pll.c b/drivers/clk/keystone/pll.c
index 4a375ead70e9..25443e4d139f 100644
--- a/drivers/clk/keystone/pll.c
+++ b/drivers/clk/keystone/pll.c
@@ -10,7 +10,6 @@
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
-#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/err.h>
#include <linux/io.h>