Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <wens@csie.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

authored by

Chen-Yu Tsai and committed by
Stephen Boyd
a8cfe8cf e3ee276a

+2
+2
include/linux/clk/clk-conf.h
··· 7 7 * published by the Free Software Foundation. 8 8 */ 9 9 10 + #include <linux/types.h> 11 + 10 12 struct device_node; 11 13 12 14 #if defined(CONFIG_OF) && defined(CONFIG_COMMON_CLK)