* [PATCH] clk: mxs: clk-imx23: Include <linux/clk/mxs.h>
@ 2013-07-16 13:33 Fabio Estevam
2013-07-17 3:51 ` Shawn Guo
0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2013-07-16 13:33 UTC (permalink / raw)
To: linux-arm-kernel
Fix the following sparse warning:
drivers/clk/mxs/clk-imx23.c:102:12: warning: symbol 'mx23_clocks_init' was not declared. Should it be static?
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
drivers/clk/mxs/clk-imx23.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/mxs/clk-imx23.c b/drivers/clk/mxs/clk-imx23.c
index f6a7487..c396fe3 100644
--- a/drivers/clk/mxs/clk-imx23.c
+++ b/drivers/clk/mxs/clk-imx23.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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] clk: mxs: clk-imx23: Include <linux/clk/mxs.h>
2013-07-16 13:33 [PATCH] clk: mxs: clk-imx23: Include <linux/clk/mxs.h> Fabio Estevam
@ 2013-07-17 3:51 ` Shawn Guo
2013-08-05 22:03 ` Mike Turquette
0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2013-07-17 3:51 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jul 16, 2013 at 10:33:43AM -0300, Fabio Estevam wrote:
> Fix the following sparse warning:
>
> drivers/clk/mxs/clk-imx23.c:102:12: warning: symbol 'mx23_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>
> ---
> drivers/clk/mxs/clk-imx23.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/clk/mxs/clk-imx23.c b/drivers/clk/mxs/clk-imx23.c
> index f6a7487..c396fe3 100644
> --- a/drivers/clk/mxs/clk-imx23.c
> +++ b/drivers/clk/mxs/clk-imx23.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
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] clk: mxs: clk-imx23: Include <linux/clk/mxs.h>
2013-07-17 3:51 ` Shawn Guo
@ 2013-08-05 22:03 ` Mike Turquette
0 siblings, 0 replies; 3+ messages in thread
From: Mike Turquette @ 2013-08-05 22:03 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Shawn Guo (2013-07-16 20:51:27)
> On Tue, Jul 16, 2013 at 10:33:43AM -0300, Fabio Estevam wrote:
> > Fix the following sparse warning:
> >
> > drivers/clk/mxs/clk-imx23.c:102:12: warning: symbol 'mx23_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>
Taken into clk-next.
Thanks!
Mike
>
> > ---
> > drivers/clk/mxs/clk-imx23.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/clk/mxs/clk-imx23.c b/drivers/clk/mxs/clk-imx23.c
> > index f6a7487..c396fe3 100644
> > --- a/drivers/clk/mxs/clk-imx23.c
> > +++ b/drivers/clk/mxs/clk-imx23.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
> >
> >
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-05 22:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-16 13:33 [PATCH] clk: mxs: clk-imx23: Include <linux/clk/mxs.h> Fabio Estevam
2013-07-17 3:51 ` Shawn Guo
2013-08-05 22:03 ` Mike Turquette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).