浏览代码

clk: Include clk.h in clk.c

This file implements the clk API and so it should include clk.h
directly instead of indirectly including it through
clk-provider.h.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Stephen Boyd 10 年之前
父节点
当前提交
3c37311730
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/clk/clk.c

+ 1 - 0
drivers/clk/clk.c

@@ -9,6 +9,7 @@
  * Standard functionality for the common clock API.  See Documentation/clk.txt
  * Standard functionality for the common clock API.  See Documentation/clk.txt
  */
  */
 
 
+#include <linux/clk.h>
 #include <linux/clk-provider.h>
 #include <linux/clk-provider.h>
 #include <linux/clk/clk-conf.h>
 #include <linux/clk/clk-conf.h>
 #include <linux/module.h>
 #include <linux/module.h>