Re: [PATCH] cpuidle: add missing header include

2012-10-29 Thread Daniel Lezcano
On 10/29/2012 02:16 AM, Jingoo Han wrote: > On Monday, October 29, 2012 6:49 AM Marek Vasut wrote >> >> On 10/26/2012 06:30 AM, Jingoo Han wrote: >>> This patch adds missing device.h header to fix build warnings as below: >>> >>> drivers/cpuidle/cpuidle.h:26:41: warning: 'struct device' declared in

Re: [PATCH] cpuidle: add missing header include

2012-10-28 Thread Daniel Lezcano
On 10/29/2012 02:16 AM, Jingoo Han wrote: > On Monday, October 29, 2012 6:49 AM Marek Vasut wrote >> >> On 10/26/2012 06:30 AM, Jingoo Han wrote: >>> This patch adds missing device.h header to fix build warnings as below: >>> >>> drivers/cpuidle/cpuidle.h:26:41: warning: 'struct device' declared in

Re: [PATCH] cpuidle: add missing header include

2012-10-28 Thread Jingoo Han
On Monday, October 29, 2012 6:49 AM Marek Vasut wrote > > On 10/26/2012 06:30 AM, Jingoo Han wrote: > > This patch adds missing device.h header to fix build warnings as below: > > > > drivers/cpuidle/cpuidle.h:26:41: warning: 'struct device' declared inside > > parameter list [enabled by > defaul

Re: [PATCH] cpuidle: add missing header include

2012-10-28 Thread Daniel Lezcano
On 10/26/2012 06:30 AM, Jingoo Han wrote: > This patch adds missing device.h header to fix build warnings as below: > > drivers/cpuidle/cpuidle.h:26:41: warning: 'struct device' declared inside > parameter list [enabled by default] > drivers/cpuidle/cpuidle.h:26:41: warning: its scope is only thi

Re: [PATCH] cpuidle: add missing header include

2012-10-26 Thread Daniel Lezcano
On 10/26/2012 01:14 PM, Rafael J. Wysocki wrote: > On Friday, October 26, 2012 01:30:07 PM Jingoo Han wrote: >> This patch adds missing device.h header to fix build warnings as below: >> >> drivers/cpuidle/cpuidle.h:26:41: warning: 'struct device' declared inside >> parameter list [enabled by defa

Re: [PATCH] cpuidle: add missing header include

2012-10-26 Thread Rafael J. Wysocki
On Friday, October 26, 2012 01:30:07 PM Jingoo Han wrote: > This patch adds missing device.h header to fix build warnings as below: > > drivers/cpuidle/cpuidle.h:26:41: warning: 'struct device' declared inside > parameter list [enabled by default] > drivers/cpuidle/cpuidle.h:26:41: warning: its s

[PATCH] cpuidle: add missing header include

2012-10-25 Thread Jingoo Han
This patch adds missing device.h header to fix build warnings as below: drivers/cpuidle/cpuidle.h:26:41: warning: 'struct device' declared inside parameter list [enabled by default] drivers/cpuidle/cpuidle.h:26:41: warning: its scope is only this definition or declaration, which is probably not