[PATCH 4/9] ARM: pmu: remove arm_pmu_type enumeration
From: Linus Walleij <hidden>
Date: 2012-08-13 14:17:53
From: Linus Walleij <hidden>
Date: 2012-08-13 14:17:53
On Fri, Aug 10, 2012 at 7:36 PM, Will Deacon [off-list ref] wrote:
From: Sudeep KarkadaNagesha <redacted> The arm_pmu_type enumeration was initially introduced to identify different PMU types in the system, the usual one being that on the CPU (ARM_PMU_DEVICE_CPU). With the removal of the PMU reservation code and the introduction of devicetree bindings for the CPU PMU, the enumeration is no longer required. This patch removes the enumeration and updates the various CPU PMU platform devices so that they no longer pass an .id field referring to identify the PMU type.
Acked-by: Linus Walleij <redacted> Yours, Linus Walleij