diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2015-01-06 21:09:08 +0530 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-01-23 23:06:44 +0100 |
commit | 7c418ff099110d987846c8c670479a3b90ed1dcb (patch) | |
tree | 8f0886389f919174ca76387047cbeb4191f989d6 /include | |
parent | 5094160786ede5c08a6901648787a5bf9b0dc2e1 (diff) | |
download | linux-7c418ff099110d987846c8c670479a3b90ed1dcb.tar.gz linux-7c418ff099110d987846c8c670479a3b90ed1dcb.tar.bz2 linux-7c418ff099110d987846c8c670479a3b90ed1dcb.zip |
cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policy
'last_cpu' was used only from cpufreq-stats and isn't used anymore. Get rid of
it.
Reviewed-by: Prarit Bhargava <prarit@redhat.com>
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index 60b7b496565d..7e1a389b4e92 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -66,8 +66,6 @@ struct cpufreq_policy { unsigned int shared_type; /* ACPI: ANY or ALL affected CPUs should set cpufreq */ unsigned int cpu; /* cpu nr of CPU managing this policy */ - unsigned int last_cpu; /* cpu nr of previous CPU that managed - * this policy */ struct clk *clk; struct cpufreq_cpuinfo cpuinfo;/* see above */ |