From: Fabio Estevam Date: Mon, 25 Mar 2013 12:20:35 +0000 (-0300) Subject: ARM: mach-imx: clk-gate2: Include "clk.h" X-Git-Tag: upstream/snapshot3+hdmi~5224^2~9^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7b8c030f6734fae1ef45b531a1fa26d64213b55;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: mach-imx: clk-gate2: Include "clk.h" Fix the following sparse warning: arch/arm/mach-imx/clk-gate2.c:86:12: warning: symbol 'clk_register_gate2' was not declared. Should it be static? Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/mach-imx/clk-gate2.c b/arch/arm/mach-imx/clk-gate2.c index cc49c7a..a63e415 100644 --- a/arch/arm/mach-imx/clk-gate2.c +++ b/arch/arm/mach-imx/clk-gate2.c @@ -15,6 +15,7 @@ #include #include #include +#include "clk.h" /** * DOC: basic gatable clock which can gate and ungate it's ouput