summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_ondemand.h
diff options
context:
space:
mode:
authorViresh Kumar2016-06-03 07:28:48 +0200
committerRafael J. Wysocki2016-06-09 00:58:06 +0200
commit34ac5d7a1d1da203008697e1a69cb4bdbff8684c (patch)
tree1ff8254c6904d54d245a953a16a1c94a5604975f /drivers/cpufreq/cpufreq_ondemand.h
parentcpufreq: Remove cpufreq_frequency_get_table() (diff)
downloadkernel-qcow2-linux-34ac5d7a1d1da203008697e1a69cb4bdbff8684c.tar.gz
kernel-qcow2-linux-34ac5d7a1d1da203008697e1a69cb4bdbff8684c.tar.xz
kernel-qcow2-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.h1
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;