From: Sachin Kamat Date: Mon, 8 Apr 2013 12:35:25 +0000 (+0900) Subject: clk: samsung: Fix compilation error X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~45^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cec90826e9a3e505c9df91a62de59078f521dd3;p=pandora-kernel.git 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 Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed