diff options
Diffstat (limited to 'arch/arm/mach-realview/realview_pb11mp.c')
-rw-r--r-- | arch/arm/mach-realview/realview_pb11mp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-realview/realview_pb11mp.c b/arch/arm/mach-realview/realview_pb11mp.c index a98c536e3327..c56bc8d4d11b 100644 --- a/arch/arm/mach-realview/realview_pb11mp.c +++ b/arch/arm/mach-realview/realview_pb11mp.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include <asm/irq.h> | 32 | #include <asm/irq.h> |
33 | #include <asm/leds.h> | 33 | #include <asm/leds.h> |
34 | #include <asm/mach-types.h> | 34 | #include <asm/mach-types.h> |
35 | #include <asm/pmu.h> | ||
36 | #include <asm/pgtable.h> | 35 | #include <asm/pgtable.h> |
37 | #include <asm/hardware/gic.h> | 36 | #include <asm/hardware/gic.h> |
38 | #include <asm/hardware/cache-l2x0.h> | 37 | #include <asm/hardware/cache-l2x0.h> |
@@ -263,7 +262,7 @@ static struct resource pmu_resources[] = { | |||
263 | 262 | ||
264 | static struct platform_device pmu_device = { | 263 | static struct platform_device pmu_device = { |
265 | .name = "arm-pmu", | 264 | .name = "arm-pmu", |
266 | .id = ARM_PMU_DEVICE_CPU, | 265 | .id = -1, |
267 | .num_resources = ARRAY_SIZE(pmu_resources), | 266 | .num_resources = ARRAY_SIZE(pmu_resources), |
268 | .resource = pmu_resources, | 267 | .resource = pmu_resources, |
269 | }; | 268 | }; |