OSDN Git Service

clk: Add missing header for 'bool' definition to clk-conf.h
authorChen-Yu Tsai <wens@csie.org>
Tue, 18 Aug 2015 07:16:45 +0000 (15:16 +0800)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 25 Aug 2015 17:54:06 +0000 (10:54 -0700)
commita8cfe8cfd0da4502f5fa924f47c7ba6c7047c722
tree30128b8b3faa092068e3619c082a2132cbd18210
parente3ee276a5a62a1cd06de46aa0c808000d3fef00e
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>
include/linux/clk/clk-conf.h