浏览代码

clk: pistachio: Include clk.h

This clock provider uses the consumer API, so include clk.h
explicitly.

Cc: Andrew Bresticker <abrestic@chromium.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Stephen Boyd 10 年之前
父节点
当前提交
cb58e14efb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/clk/pistachio/clk.c

+ 1 - 0
drivers/clk/pistachio/clk.c

@@ -6,6 +6,7 @@
  * version 2, as published by the Free Software Foundation.
  */
 
+#include <linux/clk.h>
 #include <linux/clk-provider.h>
 #include <linux/kernel.h>
 #include <linux/of.h>