* Re: [PATCH Resend 2/7] clk: tegra: Staticize tegra_clk_periph_nodiv_ops
[not found] ` <1387443241-5694-2-git-send-email-sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
@ 2013-12-19 17:01 ` Stephen Warren
[not found] ` <52B3265F.8080901-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2013-12-19 17:01 UTC (permalink / raw)
To: Sachin Kamat, Peter De Schrijver
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
mturquette-QSEj5FYQhm4dnm+yROfE0A,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On 12/19/2013 01:53 AM, Sachin Kamat wrote:
> tegra_clk_periph_nodiv_ops is used only in this file. Make it static.
I believe that Peter De Schrijver is picking up patches for
drivers/clk/tegra and sending pull requests to Mike. Hence, I'm CC'ing
him in here.
>
> Signed-off-by: Sachin Kamat <sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> ---
> drivers/clk/tegra/clk-periph.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/tegra/clk-periph.c b/drivers/clk/tegra/clk-periph.c
> index c534043c0481..356e9b804421 100644
> --- a/drivers/clk/tegra/clk-periph.c
> +++ b/drivers/clk/tegra/clk-periph.c
> @@ -122,7 +122,7 @@ const struct clk_ops tegra_clk_periph_ops = {
> .disable = clk_periph_disable,
> };
>
> -const struct clk_ops tegra_clk_periph_nodiv_ops = {
> +static const struct clk_ops tegra_clk_periph_nodiv_ops = {
> .get_parent = clk_periph_get_parent,
> .set_parent = clk_periph_set_parent,
> .is_enabled = clk_periph_is_enabled,
>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH Resend 2/7] clk: tegra: Staticize tegra_clk_periph_nodiv_ops
[not found] ` <52B3265F.8080901-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2013-12-23 14:18 ` Peter De Schrijver
0 siblings, 0 replies; 2+ messages in thread
From: Peter De Schrijver @ 2013-12-23 14:18 UTC (permalink / raw)
To: Stephen Warren
Cc: Sachin Kamat,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Thu, Dec 19, 2013 at 06:01:19PM +0100, Stephen Warren wrote:
> On 12/19/2013 01:53 AM, Sachin Kamat wrote:
> > tegra_clk_periph_nodiv_ops is used only in this file. Make it static.
>
> I believe that Peter De Schrijver is picking up patches for
> drivers/clk/tegra and sending pull requests to Mike. Hence, I'm CC'ing
> him in here.
>
This seems to be already merged in next-20131223 as 4e100354e5b7c8982d1563dca134d375979a8ead
Cheers,
Peter.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-23 14:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1387443241-5694-1-git-send-email-sachin.kamat@linaro.org>
[not found] ` <1387443241-5694-2-git-send-email-sachin.kamat@linaro.org>
[not found] ` <1387443241-5694-2-git-send-email-sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-12-19 17:01 ` [PATCH Resend 2/7] clk: tegra: Staticize tegra_clk_periph_nodiv_ops Stephen Warren
[not found] ` <52B3265F.8080901-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-12-23 14:18 ` Peter De Schrijver
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).