提交 a8cfe8cf 编写于 作者: C Chen-Yu Tsai 提交者: Stephen Boyd

clk: Add missing header for 'bool' definition to clk-conf.h

of_clk_set_defaults uses the type 'bool', but clk-conf.h does not
include its definition.

This results in a compile error when only clk-conf.h is used.
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
上级 e3ee276a
......@@ -7,6 +7,8 @@
* published by the Free Software Foundation.
*/
#include <linux/types.h>
struct device_node;
#if defined(CONFIG_OF) && defined(CONFIG_COMMON_CLK)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册