Re: [PATCH 2/3] acpi : remove unused function parameter

2012-09-15 Thread Rafael J. Wysocki
On Friday, September 14, 2012, Daniel Lezcano wrote: > The 'device' parameter is not used neither in acpi_processor_power_init > and acpi_processor_power_exit. This patch removes it. > > Signed-off-by: Daniel Lezcano Applied to the linux-next branch of the linux-pm.git tree as v3.7 material. Th

[PATCH 2/3] acpi : remove unused function parameter

2012-09-14 Thread Daniel Lezcano
The 'device' parameter is not used neither in acpi_processor_power_init and acpi_processor_power_exit. This patch removes it. Signed-off-by: Daniel Lezcano --- drivers/acpi/processor_driver.c |6 +++--- drivers/acpi/processor_idle.c |6 ++ include/acpi/processor.h|6 ++-