Re: [PATCH 1/3] acpi : move cpuidle_device field out of the acpi_processor_power structure

2012-09-15 Thread Rafael J. Wysocki
On Friday, September 14, 2012, Daniel Lezcano wrote: > Currently we have the cpuidle_device field in the acpi_processor_power > structure. > This adds a dependency between processor.h and cpuidle.h > > Although it is not a real problem, removing this dependency has the benefit of > separating a b

[PATCH 1/3] acpi : move cpuidle_device field out of the acpi_processor_power structure

2012-09-14 Thread Daniel Lezcano
Currently we have the cpuidle_device field in the acpi_processor_power structure. This adds a dependency between processor.h and cpuidle.h Although it is not a real problem, removing this dependency has the benefit of separating a bit more the cpuidle code from the rest of the acpi code. Also, th