From: Viresh Kumar Date: Fri, 1 Feb 2013 06:40:02 +0000 (+0000) Subject: cpufreq: Remove unnecessary use of policy->shared_type X-Git-Tag: v3.9-rc1~146^2~3^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62b36cc1c83aca1cd252772e82cbc5d9ef8ff25b;p=pandora-kernel.git 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 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 Acked-by: Santosh Shilimkar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed