Re: [PATCH 01/10] cpufreq: Cleanup header files included in core

2013-08-03 Thread Rafael J. Wysocki
On Saturday, August 03, 2013 10:45:04 PM Viresh Kumar wrote: > On 3 August 2013 17:19, Viresh Kumar wrote: > > This patch intends to cleanup following issues in the header files included > > in > > cpufreq core layers: > > - Include headers in ascending order, so that we don't add same multiple

Re: [PATCH 01/10] cpufreq: Cleanup header files included in core

2013-08-03 Thread Viresh Kumar
On 3 August 2013 17:19, Viresh Kumar wrote: > This patch intends to cleanup following issues in the header files included in > cpufreq core layers: > - Include headers in ascending order, so that we don't add same multiple times > by mistake. > - must be included after , so that they override w

[PATCH 01/10] cpufreq: Cleanup header files included in core

2013-08-03 Thread Viresh Kumar
This patch intends to cleanup following issues in the header files included in cpufreq core layers: - Include headers in ascending order, so that we don't add same multiple times by mistake. - must be included after , so that they override whatever they need. - Remove unnecessary header files