diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-03-25 16:20:35 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 12:17:50 +0400 |
commit | d7b8c030f6734fae1ef45b531a1fa26d64213b55 (patch) | |
tree | ecd0ac6c3bc46c6fd4dc6d446884ef3b1d22a862 /arch/arm/mach-imx/clk-gate2.c | |
parent | 191f162c40b4db205c12c25941a30f722ba0a4be (diff) | |
download | linux-d7b8c030f6734fae1ef45b531a1fa26d64213b55.tar.xz |
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 <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/clk-gate2.c')
-rw-r--r-- | arch/arm/mach-imx/clk-gate2.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/io.h> #include <linux/err.h> #include <linux/string.h> +#include "clk.h" /** * DOC: basic gatable clock which can gate and ungate it's ouput |