瀏覽代碼

clk: ti: Switch clk-provider.h include to clk.h

This file isn't a clock provider but uses the consumer API, so
include clk.h instead of clk-provider.h.

Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Stephen Boyd 10 年之前
父節點
當前提交
27df3ee278
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/clk/ti/clk-2xxx.c

+ 1 - 1
drivers/clk/ti/clk-2xxx.c

@@ -16,7 +16,7 @@
 
 
 #include <linux/kernel.h>
 #include <linux/kernel.h>
 #include <linux/list.h>
 #include <linux/list.h>
-#include <linux/clk-provider.h>
+#include <linux/clk.h>
 #include <linux/clk/ti.h>
 #include <linux/clk/ti.h>
 
 
 static struct ti_dt_clk omap2xxx_clks[] = {
 static struct ti_dt_clk omap2xxx_clks[] = {