From: Viresh Kumar Date: Thu, 31 Jan 2013 17:28:01 +0000 (+0000) Subject: cpufreq: governors: Get rid of dbs_data->enable field X-Git-Tag: v3.9-rc1~146^2~3^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eeed0956615294200be783bb67d851280b5b1b9;p=pandora-kernel.git cpufreq: governors: Get rid of dbs_data->enable field CPUFREQ_GOV_START/STOP are called only once for all policy->cpus and hence we don't need to adapt cpufreq_governor_dbs() routine for multiple calls. So, this patch removes dbs_data->enable field entirely. And rearrange code a bit. Signed-off-by: Viresh Kumar Tested-by: Fabio Baltieri Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed