summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2013-08-06 17:23:12 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-08-10 01:24:47 (GMT)
commitadc97d6a735dbb1e94cb4f1bf0b55f258b349941 (patch)
tree4814ce3d865811180f0da3c3bb98bf56a461bd4b /include
parent6eed9404ab3c4baea54ce4c7e862e69df1d39f38 (diff)
downloadlinux-adc97d6a735dbb1e94cb4f1bf0b55f258b349941.tar.xz
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 <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/cpufreq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
index 431a05d..d568f39 100644
--- a/include/linux/cpufreq.h
+++ b/include/linux/cpufreq.h
@@ -179,7 +179,6 @@ __ATTR(_name, 0644, show_##_name, store_##_name)
struct cpufreq_driver {
- struct module *owner;
char name[CPUFREQ_NAME_LEN];
u8 flags;
/*