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

2012-07-27 Thread Daniel Lezcano
On 07/27/2012 07:46 AM, Deepthi Dharwar wrote: > Hi Daniel, > > > On 07/25/2012 04:15 PM, 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. >> > > > This is true after applying your

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

2012-07-26 Thread Deepthi Dharwar
Hi Daniel, On 07/25/2012 04:15 PM, 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. > This is true after applying your second patch . Maybe you can check the sequencing of patches in the