[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130529024746.GD370@S2101-09.ap.freescale.net>
Date: Wed, 29 May 2013 10:47:47 +0800
From: Shawn Guo <shawn.guo@...aro.org>
To: Fabio Estevam <fabio.estevam@...escale.com>
CC: <mturquette@...aro.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ARM: mxs: Include clk mxs header file
On Mon, May 27, 2013 at 12:28:25PM -0300, Fabio Estevam wrote:
> 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@...escale.com>
Acked-by: Shawn Guo <shawn.guo@...aro.org>
> ---
> drivers/clk/mxs/clk-imx28.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/clk/mxs/clk-imx28.c b/drivers/clk/mxs/clk-imx28.c
> index d0e5eed..4faf0af 100644
> --- a/drivers/clk/mxs/clk-imx28.c
> +++ b/drivers/clk/mxs/clk-imx28.c
> @@ -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>
> --
> 1.8.1.2
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists