From: Viresh Kumar Date: Tue, 6 Aug 2013 17:23:03 +0000 (+0530) Subject: cpufreq: Clean up header files included in the core X-Git-Tag: v3.12-rc1~178^2~4^2~1^2~15^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff0a268037d344f86df690ccb994d8bc015d2d9;p=pandora-kernel.git cpufreq: Clean up header files included in the core This patch addresses the following issues in the header files in the cpufreq core: - Include headers in ascending order, so that we don't add same many times by mistake. - must be included after , so that they override whatever they need to. - Remove unnecessary includes. - Don't include files already included by cpufreq.h or cpufreq_governor.h. [rjw: Changelog] Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed