From: Fabio Estevam Date: Mon, 27 May 2013 15:28:25 +0000 (-0300) Subject: clk: mxs: Include clk mxs header file X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d68c380590c390a488fe214e5ebf9439216ac3ba;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git clk: mxs: Include clk mxs header file 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 Acked-by: Shawn Guo Signed-off-by: Mike Turquette [mturquette@linaro.org: fixed $SUBJECT line] --- diff --git a/drivers/clk/mxs/clk-imx28.c b/drivers/clk/mxs/clk-imx28.c index d0e5eed146de..4faf0afc44cd 100644 --- a/drivers/clk/mxs/clk-imx28.c +++ b/drivers/clk/mxs/clk-imx28.c @@ -10,6 +10,7 @@ */ #include +#include #include #include #include