clk: mxs: Include clk mxs header file
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 27 May 2013 15:28:25 +0000 (12:28 -0300)
committerMike Turquette <mturquette@linaro.org>
Fri, 31 May 2013 01:27:24 +0000 (18:27 -0700)
Fix the following sparse warnings:

drivers/clk/mxs/clk-imx28.c:72:5: warning: symbol 'mxs_saif_clkmux_select' was not declared. Should it be static?
drivers/clk/mxs/clk-imx28.c:156:12: warning: symbol 'mx28_clocks_init' was not declared. Should it be static?

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
[mturquette@linaro.org: fixed $SUBJECT line]

drivers/clk/mxs/clk-imx28.c

index d0e5eed..4faf0af 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <linux/clk.h>
+#include <linux/clk/mxs.h>
 #include <linux/clkdev.h>
 #include <linux/err.h>
 #include <linux/init.h>