linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: zynq: Add missing zynq clk header
Date: Wed, 27 Mar 2013 08:44:40 -0700	[thread overview]
Message-ID: <20130327154440.4014.62677@quantum> (raw)
In-Reply-To: <1364395506-28250-1-git-send-email-michal.simek@xilinx.com>

Quoting Michal Simek (2013-03-27 07:45:06)
> Include zynq clk header where init function is declared.
> 
> It removes this sparse warning:
> drivers/clk/clk-zynq.c:373:13: warning: symbol
> 'xilinx_zynq_clocks_init' was not declared. Should it be static?
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Thanks for the fix.  Pulled into clk-next.

Regards,
Mike

> ---
>  drivers/clk/clk-zynq.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/clk/clk-zynq.c b/drivers/clk/clk-zynq.c
> index b14a25f..3206297 100644
> --- a/drivers/clk/clk-zynq.c
> +++ b/drivers/clk/clk-zynq.c
> @@ -20,6 +20,7 @@
>  #include <linux/slab.h>
>  #include <linux/kernel.h>
>  #include <linux/clk-provider.h>
> +#include <linux/clk/zynq.h>
>  
>  static void __iomem *slcr_base;
>  
> -- 
> 1.7.9.7

      reply	other threads:[~2013-03-27 15:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-27 14:45 [PATCH] clk: zynq: Add missing zynq clk header Michal Simek
2013-03-27 15:44 ` 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=20130327154440.4014.62677@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 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).