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: Ubuntu-5.13.0-19.19~22401^2~9^2~9 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d7b8c030f6734fae1ef45b531a1fa26d64213b55;p=mirror_ubuntu-jammy-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 cc49c7ae186e..a63e415609a8 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