From: Viresh Kumar Date: Tue, 6 Aug 2013 17:23:12 +0000 (+0530) Subject: cpufreq: Drop the owner field from struct cpufreq_driver X-Git-Tag: v3.12-rc1~178^2~4^2~1^2~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adc97d6a735dbb1e94cb4f1bf0b55f258b349941;p=pandora-kernel.git cpufreq: Drop the owner field from struct cpufreq_driver We don't need to set .owner = THIS_MODULE any more in cpufreq drivers as this field isn't used any more by the cpufreq core. This patch removes it and updates all dependent drivers accordingly. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed