All of lore.kernel.org
 help / color / mirror / Atom feed
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: mxs: clk-imx23: Include <linux/clk/mxs.h>
Date: Mon, 05 Aug 2013 15:03:17 -0700	[thread overview]
Message-ID: <20130805220317.5348.681@quantum> (raw)
In-Reply-To: <20130717035125.GD4541@S2101-09.ap.freescale.net>

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
> > 
> >

      reply	other threads:[~2013-08-05 22:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130805220317.5348.681@quantum \
    --to=mturquette@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.