From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] ARM: mvebu: Staticize local variables
Date: Tue, 27 May 2014 14:01:49 +0200 [thread overview]
Message-ID: <20140527140149.177dc810@free-electrons.com> (raw)
In-Reply-To: <CAK9yfHxm27Rg3YcXTfSff7LAmYsj-VFBgBKXBXiD8SXGGYfFzQ@mail.gmail.com>
Dear Sachin Kamat,
On Tue, 27 May 2014 17:24:10 +0530, Sachin Kamat wrote:
> >> unsigned int hw_cpu = cpu_logical_map(smp_processor_id());
> >> u32 reg;
> >> @@ -263,7 +263,7 @@ static struct notifier_block
> >> armada_370_xp_cpu_pm_notifier = { .notifier_call =
> >> armada_370_xp_cpu_pm_notify, };
> >>
> >> -int __init armada_370_xp_cpu_pm_init(void)
> >> +static int __init armada_370_xp_cpu_pm_init(void)
> >
> > Indeed, this one needs to be fixed.
>
> How do you want me to handle this?
Maybe send a new patch that fixes just that one?
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-05-27 12:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-27 11:37 [PATCH 1/1] ARM: mvebu: Staticize local variables Sachin Kamat
2014-05-27 11:51 ` Thomas Petazzoni
2014-05-27 11:54 ` Sachin Kamat
2014-05-27 12:01 ` Thomas Petazzoni [this message]
2014-05-27 12:03 ` Sachin Kamat
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=20140527140149.177dc810@free-electrons.com \
--to=thomas.petazzoni@free-electrons.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.