diff options
Diffstat (limited to 'arch/arm/mach-vexpress/ct-ca9x4.c')
-rw-r--r-- | arch/arm/mach-vexpress/ct-ca9x4.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-vexpress/ct-ca9x4.c b/arch/arm/mach-vexpress/ct-ca9x4.c index 61c492403b05..e4073a60a864 100644 --- a/arch/arm/mach-vexpress/ct-ca9x4.c +++ b/arch/arm/mach-vexpress/ct-ca9x4.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <asm/hardware/arm_timer.h> | 13 | #include <asm/hardware/arm_timer.h> |
14 | #include <asm/hardware/cache-l2x0.h> | 14 | #include <asm/hardware/cache-l2x0.h> |
15 | #include <asm/hardware/gic.h> | 15 | #include <asm/hardware/gic.h> |
16 | #include <asm/pmu.h> | ||
17 | #include <asm/smp_scu.h> | 16 | #include <asm/smp_scu.h> |
18 | #include <asm/smp_twd.h> | 17 | #include <asm/smp_twd.h> |
19 | 18 | ||
@@ -144,7 +143,7 @@ static struct resource pmu_resources[] = { | |||
144 | 143 | ||
145 | static struct platform_device pmu_device = { | 144 | static struct platform_device pmu_device = { |
146 | .name = "arm-pmu", | 145 | .name = "arm-pmu", |
147 | .id = ARM_PMU_DEVICE_CPU, | 146 | .id = -1, |
148 | .num_resources = ARRAY_SIZE(pmu_resources), | 147 | .num_resources = ARRAY_SIZE(pmu_resources), |
149 | .resource = pmu_resources, | 148 | .resource = pmu_resources, |
150 | }; | 149 | }; |