commit | 8cee1eed8e78143aa2ed60308fb88e2d6fa46205 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Apr 07 14:06:57 2016 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sat Apr 09 01:54:31 2016 +0200 |
tree | dd202e8f95356a6176452fce23ae9812b60e126f | |
parent | 9b55f55af8f017fec053c7eb0675241d057936da [diff] |
cpufreq: ACPI: Remove freq_table from acpi_cpufreq_data The freq-table is stored in struct cpufreq_policy also and there is absolutely no need of keeping a copy of its reference in struct acpi_cpufreq_data. Drop it. Also policy->freq_table can't be NULL in the target() callback, remove the useless check as well. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> [ rjw: Rebase ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>