From: Chen-Yu Tsai Date: Tue, 18 Aug 2015 07:16:45 +0000 (+0800) Subject: clk: Add missing header for 'bool' definition to clk-conf.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a8cfe8cfd0da4502f5fa924f47c7ba6c7047c722;p=deliverable%2Flinux.git 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: Chen-Yu Tsai Signed-off-by: Stephen Boyd --- diff --git a/include/linux/clk/clk-conf.h b/include/linux/clk/clk-conf.h index f3050e15f833..e0c362363c38 100644 --- a/include/linux/clk/clk-conf.h +++ b/include/linux/clk/clk-conf.h @@ -7,6 +7,8 @@ * published by the Free Software Foundation. */ +#include + struct device_node; #if defined(CONFIG_OF) && defined(CONFIG_COMMON_CLK)