diff options
Diffstat (limited to 'drivers/cpufreq/cpufreq_governor.c')
-rw-r--r-- | drivers/cpufreq/cpufreq_governor.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/cpufreq/cpufreq_governor.c b/drivers/cpufreq/cpufreq_governor.c index 5af40ad82d23..d1421b498c76 100644 --- a/drivers/cpufreq/cpufreq_governor.c +++ b/drivers/cpufreq/cpufreq_governor.c | |||
@@ -29,14 +29,6 @@ | |||
29 | 29 | ||
30 | #include "cpufreq_governor.h" | 30 | #include "cpufreq_governor.h" |
31 | 31 | ||
32 | static struct kobject *get_governor_parent_kobj(struct cpufreq_policy *policy) | ||
33 | { | ||
34 | if (have_governor_per_policy()) | ||
35 | return &policy->kobj; | ||
36 | else | ||
37 | return cpufreq_global_kobject; | ||
38 | } | ||
39 | |||
40 | static struct attribute_group *get_sysfs_attr(struct dbs_data *dbs_data) | 32 | static struct attribute_group *get_sysfs_attr(struct dbs_data *dbs_data) |
41 | { | 33 | { |
42 | if (have_governor_per_policy()) | 34 | if (have_governor_per_policy()) |