diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2016-06-03 10:58:48 +0530 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-06-09 00:58:06 +0200 |
commit | 34ac5d7a1d1da203008697e1a69cb4bdbff8684c (patch) | |
tree | 1ff8254c6904d54d245a953a16a1c94a5604975f /drivers/cpufreq/cpufreq_ondemand.h | |
parent | f8bfc116cacbdf7e0e655d8a798a242087ed70a5 (diff) | |
download | blackbird-op-linux-34ac5d7a1d1da203008697e1a69cb4bdbff8684c.tar.gz blackbird-op-linux-34ac5d7a1d1da203008697e1a69cb4bdbff8684c.zip |
cpufreq: ondemand: Don't keep a copy of freq_table pointer
There is absolutely no need to keep a copy to the freq-table in 'struct
od_policy_dbs_info'. Use policy->freq_table instead.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/cpufreq_ondemand.h')
-rw-r--r-- | drivers/cpufreq/cpufreq_ondemand.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq_ondemand.h b/drivers/cpufreq/cpufreq_ondemand.h index f0121db3cd9e..640ea4e97106 100644 --- a/drivers/cpufreq/cpufreq_ondemand.h +++ b/drivers/cpufreq/cpufreq_ondemand.h @@ -13,7 +13,6 @@ struct od_policy_dbs_info { struct policy_dbs_info policy_dbs; - struct cpufreq_frequency_table *freq_table; unsigned int freq_lo; unsigned int freq_lo_delay_us; unsigned int freq_hi_delay_us; |