From: Fabian Frederick Date: Fri, 1 May 2015 08:34:00 +0000 (+0200) Subject: cpufreq: pxa: replace typedef pxa_freqs_t by structure X-Git-Tag: omap-for-v4.3/legacy-v2-signed~183^2~7^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52352558d288c3dd5aa40f3bbf736fc005e17f7c;p=pandora-kernel.git cpufreq: pxa: replace typedef pxa_freqs_t by structure 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 Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed