Re: [PATCH 02/10] cpufreq: Re-arrange declarations in cpufreq.h

2013-08-03 Thread Rafael J. Wysocki
On Saturday, August 03, 2013 10:43:45 PM Viresh Kumar wrote: > On 3 August 2013 17:19, Viresh Kumar wrote: > > They are pretty much mixed up. Although generic headers are present but > > definitions/declarations are present outside them too.. > > > > This patch just moves stuff up and down to make

Re: [PATCH 02/10] cpufreq: Re-arrange declarations in cpufreq.h

2013-08-03 Thread Viresh Kumar
On 3 August 2013 17:19, Viresh Kumar wrote: > They are pretty much mixed up. Although generic headers are present but > definitions/declarations are present outside them too.. > > This patch just moves stuff up and down to make it look better and consistent. > > Signed-off-by: Viresh Kumar > ---

[PATCH 02/10] cpufreq: Re-arrange declarations in cpufreq.h

2013-08-03 Thread Viresh Kumar
They are pretty much mixed up. Although generic headers are present but definitions/declarations are present outside them too.. This patch just moves stuff up and down to make it look better and consistent. Signed-off-by: Viresh Kumar --- include/linux/cpufreq.h | 370 +++---