[PATCH 1/1] ARM: mvebu: Staticize local variables

Sachin Kamat sachin.kamat at linaro.org
Tue May 27 05:03:51 PDT 2014


On 27 May 2014 17:31, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> 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?

Sounds good. Thanks.

-- 
With warm regards,
Sachin



More information about the linux-arm-kernel mailing list