Re: [PATCH 1/6] acpi : move the acpi_idle_driver variable declaration

2012-09-11 Thread Rafael J. Wysocki
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

Re: [PATCH 1/6] acpi : move the acpi_idle_driver variable declaration

2012-09-11 Thread Daniel Lezcano
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

Re: [PATCH 1/6] acpi : move the acpi_idle_driver variable declaration

2012-09-08 Thread Rafael J. Wysocki
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)

[PATCH 1/6] acpi : move the acpi_idle_driver variable declaration

2012-09-07 Thread Daniel Lezcano
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