浏览代码

clk: spear: 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: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Stephen Boyd 10 年之前
父节点
当前提交
c302e1e280
共有 3 个文件被更改,包括 0 次插入3 次删除
  1. 0 1
      drivers/clk/spear/spear1310_clock.c
  2. 0 1
      drivers/clk/spear/spear1340_clock.c
  3. 0 1
      drivers/clk/spear/spear6xx_clock.c

+ 0 - 1
drivers/clk/spear/spear1310_clock.c

@@ -11,7 +11,6 @@
  * warranty of any kind, whether express or implied.
  */
 
-#include <linux/clk.h>
 #include <linux/clkdev.h>
 #include <linux/err.h>
 #include <linux/io.h>

+ 0 - 1
drivers/clk/spear/spear1340_clock.c

@@ -11,7 +11,6 @@
  * warranty of any kind, whether express or implied.
  */
 
-#include <linux/clk.h>
 #include <linux/clkdev.h>
 #include <linux/err.h>
 #include <linux/io.h>

+ 0 - 1
drivers/clk/spear/spear6xx_clock.c

@@ -9,7 +9,6 @@
  * warranty of any kind, whether express or implied.
  */
 
-#include <linux/clk.h>
 #include <linux/clkdev.h>
 #include <linux/io.h>
 #include <linux/spinlock_types.h>