]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-omap2/devices.c
ARM: pmu: remove arm_pmu_type enumeration
[~andy/linux] / arch / arm / mach-omap2 / devices.c
index c00c68961bb848d16a68802003a4ee6402cf4710..02b9478b786f0b1e42c886a7196b3b3e5fd441cb 100644 (file)
@@ -23,7 +23,6 @@
 #include <mach/irqs.h>
 #include <asm/mach-types.h>
 #include <asm/mach/map.h>
-#include <asm/pmu.h>
 
 #include "iomap.h"
 #include <plat/board.h>
@@ -448,7 +447,7 @@ static struct resource omap3_pmu_resource = {
 
 static struct platform_device omap_pmu_device = {
        .name           = "arm-pmu",
-       .id             = ARM_PMU_DEVICE_CPU,
+       .id             = -1,
        .num_resources  = 1,
 };