cpufreq: pxa: replace typedef pxa_freqs_t by structure
authorFabian Frederick <fabf@skynet.be>
Fri, 1 May 2015 08:34:00 +0000 (10:34 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 4 May 2015 22:49:37 +0000 (00:49 +0200)
typedef is not really useful here. Replace it by structure
to improve readability. typedef should only be used in some cases.
(See Documentation/CodingStyle Chapter 5 for details).

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

No differences found