All of lore.kernel.org
 help / color / mirror / Atom feed
From: fabio.estevam@freescale.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/17] ARM: mach-imx: clk-pllv1: Staticize clk_pllv1_ops
Date: Mon, 25 Mar 2013 09:20:33 -0300	[thread overview]
Message-ID: <1364214044-13950-6-git-send-email-fabio.estevam@freescale.com> (raw)
In-Reply-To: <1364214044-13950-1-git-send-email-fabio.estevam@freescale.com>

Fix the following sparse warning:

arch/arm/mach-imx/clk-pllv1.c:81:16: warning: symbol 'clk_pllv1_ops' was not declared. Should it be static?

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/mach-imx/clk-pllv1.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/clk-pllv1.c b/arch/arm/mach-imx/clk-pllv1.c
index abff350..c1eaee3 100644
--- a/arch/arm/mach-imx/clk-pllv1.c
+++ b/arch/arm/mach-imx/clk-pllv1.c
@@ -78,7 +78,7 @@ static unsigned long clk_pllv1_recalc_rate(struct clk_hw *hw,
 	return ll;
 }
 
-struct clk_ops clk_pllv1_ops = {
+static struct clk_ops clk_pllv1_ops = {
 	.recalc_rate = clk_pllv1_recalc_rate,
 };
 
-- 
1.7.9.5

  parent reply	other threads:[~2013-03-25 12:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-25 12:20 [PATCH 1/17] ARM: mach-imx: cpu: Include "common.h" Fabio Estevam
2013-03-25 12:20 ` [PATCH 2/17] ARM: mach-imx: mm-imx3: Staticize imx3_init_l2x0() Fabio Estevam
2013-03-25 12:20 ` [PATCH 3/17] ARM: mach-imx: iomux-imx31: Staticize mxc_pin_alloc_map Fabio Estevam
2013-03-25 12:20 ` [PATCH 4/17] ARM: mach-imx: cpu-imx5: Include "common.h" Fabio Estevam
2013-03-25 12:20 ` [PATCH 5/17] ARM: mach-imx: cpu_op-mx51: Include "cpu_op-mx51.h" Fabio Estevam
2013-03-25 12:20 ` Fabio Estevam [this message]
2013-03-25 12:20 ` [PATCH 7/17] ARM: mach-imx: clk-pllv2: Staticize clk_pllv2_ops Fabio Estevam
2013-03-25 12:20 ` [PATCH 8/17] ARM: mach-imx: clk-gate2: Include "clk.h" Fabio Estevam
2013-03-25 12:20 ` [PATCH 9/17] ARM: mach-imx: irq-common: Remove imx_irq_set_priority() Fabio Estevam
2013-03-25 12:20 ` [PATCH 10/17] ARM: mach-imx: clk-busy: Staticize clk_busy_mux_ops Fabio Estevam
2013-03-25 12:20 ` [PATCH 11/17] ARM: mach-imx: clk: Include "clk.h" Fabio Estevam
2013-03-25 12:20 ` [PATCH 12/17] ARM: mach-imx: tzic: Staticize *tzic_base Fabio Estevam
2013-03-25 13:45   ` Sascha Hauer
2013-03-25 12:20 ` [PATCH 13/17] ARM: mach-imx: avic: Staticize *avic_base Fabio Estevam
2013-03-25 12:20 ` [PATCH 14/17] ARM: mach-imx: anatop: Include "common.h" Fabio Estevam
2013-03-25 12:20 ` [PATCH 15/17] ARM: mach-imx: gpc: " Fabio Estevam
2013-03-25 12:20 ` [PATCH 16/17] ARM: mach-imx: src: Include "common.h Fabio Estevam
2013-03-25 12:20 ` [PATCH 17/17] ARM: mach-imx: mach-imx6q: Fix sparse warnings Fabio Estevam
2013-03-26  5:33 ` [PATCH 1/17] ARM: mach-imx: cpu: Include "common.h" Shawn Guo

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=1364214044-13950-6-git-send-email-fabio.estevam@freescale.com \
    --to=fabio.estevam@freescale.com \
    --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.