diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-19 18:00:46 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 13:53:08 -0400 |
commit | 059a1aa7eb1de2ccbc41a708e892c080d9e26c60 (patch) | |
tree | 7fb012c1a50643cf8b6ae048528f2cc9c6a29a78 | |
parent | 593438e44c8e01d3098d69d30353be655c3b27f1 (diff) |
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>
-rw-r--r-- | drivers/clk/keystone/gate.c | 1 | ||||
-rw-r--r-- | drivers/clk/keystone/pll.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/keystone/gate.c b/drivers/clk/keystone/gate.c index 86f1e362eafb..aed5af23895b 100644 --- a/drivers/clk/keystone/gate.c +++ b/drivers/clk/keystone/gate.c | |||
@@ -10,7 +10,6 @@ | |||
10 | * the Free Software Foundation; either version 2 of the License, or | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | * (at your option) any later version. | 11 | * (at your option) any later version. |
12 | */ | 12 | */ |
13 | #include <linux/clk.h> | ||
14 | #include <linux/clk-provider.h> | 13 | #include <linux/clk-provider.h> |
15 | #include <linux/err.h> | 14 | #include <linux/err.h> |
16 | #include <linux/io.h> | 15 | #include <linux/io.h> |
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 @@ | |||
10 | * the Free Software Foundation; either version 2 of the License, or | 10 | * the Free Software Foundation; either version 2 of the License, or |
11 | * (at your option) any later version. | 11 | * (at your option) any later version. |
12 | */ | 12 | */ |
13 | #include <linux/clk.h> | ||
14 | #include <linux/clk-provider.h> | 13 | #include <linux/clk-provider.h> |
15 | #include <linux/err.h> | 14 | #include <linux/err.h> |
16 | #include <linux/io.h> | 15 | #include <linux/io.h> |