From: Tony Lindgren <tony@atomide.com>
To: Kevin Hilman <khilman@mvista.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] ARM: OMAP: twl4030: make power_companion_init static
Date: Fri, 10 Aug 2007 02:31:37 -0700 [thread overview]
Message-ID: <20070810093137.GM8658@atomide.com> (raw)
In-Reply-To: <20070731181837.518602875@mvista.com>
* Kevin Hilman <khilman@mvista.com> [070731 11:26]:
> This is not used outside twl4030, make it static.
>
> Signed-off-by: Kevin Hilman <khilman@mvista.com>
> ---
> drivers/i2c/chips/twl4030_core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: linux-2.6.21/drivers/i2c/chips/twl4030_core.c
> ===================================================================
> --- linux-2.6.21.orig/drivers/i2c/chips/twl4030_core.c
> +++ linux-2.6.21/drivers/i2c/chips/twl4030_core.c
> @@ -669,7 +669,7 @@ static int unprotect_pm_master(void)
> return e;
> }
>
> -int power_companion_init(void)
> +static int power_companion_init(void)
> {
> struct clk *osc;
> u32 rate, ctrl = HFCLK_FREQ_26_MHZ;
Pushing today.
Tony
prev parent reply other threads:[~2007-08-10 9:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-31 18:18 [PATCH] ARM: OMAP: twl4030: make power_companion_init static Kevin Hilman
2007-08-10 9:31 ` Tony Lindgren [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=20070810093137.GM8658@atomide.com \
--to=tony@atomide.com \
--cc=khilman@mvista.com \
--cc=linux-omap-open-source@linux.omap.com \
/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.