On Tuesday, September 11, 2012, Daniel Lezcano wrote:
> On 09/07/2012 11:19 PM, Rafael J. Wysocki wrote:
> > On Friday, September 07, 2012, Daniel Lezcano wrote:
> >> This variable is only used in the in processor_driver.c.
> >> This patch reduces the scope of the variable by moving it
> >> to this
On 09/07/2012 11:19 PM, Rafael J. Wysocki wrote:
> On Friday, September 07, 2012, Daniel Lezcano wrote:
>> This variable is only used in the in processor_driver.c.
>> This patch reduces the scope of the variable by moving it
>> to this file.
>
> Well, the changelog is wrong (because the scope of t
On Friday, September 07, 2012, Daniel Lezcano wrote:
> This variable is only used in the in processor_driver.c.
> This patch reduces the scope of the variable by moving it
> to this file.
Well, the changelog is wrong (because the scope of the variable is
not reduced by moving it out of the header)
This variable is only used in the in processor_driver.c.
This patch reduces the scope of the variable by moving it
to this file.
Signed-off-by: Daniel Lezcano
Acked-by: Peter De Schrijver
Tested-by: Peter De Schrijver
---
drivers/acpi/processor_driver.c |2 +-
include/acpi/processor.h