Re: [PATCH 2/2] cpuidle: governors: Move the files to the upper directory

2016-10-21 Thread Rafael J. Wysocki
On Fri, Oct 21, 2016 at 3:09 PM, Daniel Lezcano wrote: > On Fri, Oct 21, 2016 at 02:47:22PM +0200, Rafael J. Wysocki wrote: >> On Wed, Oct 5, 2016 at 9:33 AM, Daniel Lezcano >> wrote: >> > Currently the different governors are stored in the subdir >> > 'governors'. That is not a problem. >> > >>

Re: [PATCH 2/2] cpuidle: governors: Move the files to the upper directory

2016-10-21 Thread Daniel Lezcano
On Fri, Oct 21, 2016 at 03:22:18PM +0200, Rafael J. Wysocki wrote: > On Fri, Oct 21, 2016 at 3:09 PM, Daniel Lezcano > wrote: > > On Fri, Oct 21, 2016 at 02:47:22PM +0200, Rafael J. Wysocki wrote: > >> On Wed, Oct 5, 2016 at 9:33 AM, Daniel Lezcano > >> wrote: > >> > Currently the different gover

Re: [PATCH 2/2] cpuidle: governors: Move the files to the upper directory

2016-10-21 Thread Daniel Lezcano
On Fri, Oct 21, 2016 at 02:47:22PM +0200, Rafael J. Wysocki wrote: > On Wed, Oct 5, 2016 at 9:33 AM, Daniel Lezcano > wrote: > > Currently the different governors are stored in the subdir > > 'governors'. That is not a problem. > > > > However, that forces to declare some private structure in the

Re: [PATCH 2/2] cpuidle: governors: Move the files to the upper directory

2016-10-21 Thread Rafael J. Wysocki
On Wed, Oct 5, 2016 at 9:33 AM, Daniel Lezcano wrote: > Currently the different governors are stored in the subdir > 'governors'. That is not a problem. > > However, that forces to declare some private structure in the > include/linux/cpuidle.h header because these governor files > don't have acce

[PATCH 2/2] cpuidle: governors: Move the files to the upper directory

2016-10-05 Thread Daniel Lezcano
Currently the different governors are stored in the subdir 'governors'. That is not a problem. However, that forces to declare some private structure in the include/linux/cpuidle.h header because these governor files don't have access to the private 'cpuidle.h' located in drivers/cpuidle. Instead