From: Viresh Kumar Date: Wed, 5 Jun 2013 06:17:38 +0000 (+0530) Subject: cpufreq: Simplify userspace governor X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~19^2~7^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1922f02562fe230396400e466e6e38dfeb072f5;p=pandora-kernel.git cpufreq: Simplify userspace governor Userspace governor has got more code than what it needs for its functioning, so simplify it. Portions of code removed are: - Extra header files which aren't required anymore (rearrange them as well). - cpu_{max|min|cur|set}_freq, as they are always the same as policy->{max|min|cur}. - userspace_cpufreq_notifier_block as we don't need to set cpu_cur_freq anymore. - cpus_using_userspace_governor as it was for the notifier code. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed