Explorar o código

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>
Fabio Estevam %!s(int64=12) %!d(string=hai) anos
pai
achega
d7b8c030f6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      arch/arm/mach-imx/clk-gate2.c

+ 1 - 0
arch/arm/mach-imx/clk-gate2.c

@@ -15,6 +15,7 @@
 #include <linux/io.h>
 #include <linux/io.h>
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/string.h>
 #include <linux/string.h>
+#include "clk.h"
 
 
 /**
 /**
  * DOC: basic gatable clock which can gate and ungate it's ouput
  * DOC: basic gatable clock which can gate and ungate it's ouput