cpufreq: Remove unnecessary use of policy->shared_type
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 1 Feb 2013 06:40:02 +0000 (06:40 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 2 Feb 2013 00:29:32 +0000 (01:29 +0100)
commit62b36cc1c83aca1cd252772e82cbc5d9ef8ff25b
tree1b016a0b4efea3be2f484650bf81386f0f825449
parent4c738d00cf5866a0b114ceb41d736a4a803f0c46
cpufreq: Remove unnecessary use of policy->shared_type

policy->shared_type field was added only for SoCs with ACPI support:

commit 3b2d99429e3386b6e2ac949fc72486509c8bbe36
Author: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Date:   Wed Dec 14 15:05:00 2005 -0500

    P-state software coordination for ACPI core

    http://bugzilla.kernel.org/show_bug.cgi?id=5737

Many non-ACPI systems are filling this field by mistake, which makes its usage
confusing. Lets clean it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/arm/mach-tegra/cpu-tegra.c
drivers/cpufreq/cpufreq-cpu0.c
drivers/cpufreq/db8500-cpufreq.c
drivers/cpufreq/omap-cpufreq.c
include/linux/cpufreq.h
This page took 0.025147 seconds and 5 git commands to generate.