]> git.baikalelectronics.ru Git - kernel.git/commit
clk: samsung: Fix compilation error
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 8 Apr 2013 12:35:25 +0000 (21:35 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 8 Apr 2013 14:43:12 +0000 (23:43 +0900)
commitb44ccb687875c9277ff0d07abdc9cff182632390
treed7f121114b795db01d5a64a30cdc98ee20e75be1
parent75cc3f6ca008509e86b6374d8aa04b07d095f152
clk: samsung: Fix compilation error

Fixes the below compilation error during non-dt build.
drivers/clk/samsung/clk.c: In function 'samsung_clk_of_register_fixed_ext':
drivers/clk/samsung/clk.c:252:2: error: implicit declaration of function 'for_each_matching_node_and_match' [-Werror=implicit-function-declaration]
drivers/clk/samsung/clk.c:252:60: error: expected ';' before '{' token

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
drivers/clk/samsung/clk.c