ARM: pmu: remove arm_pmu_type enumeration
[deliverable/linux.git] / arch / arm / plat-samsung / devs.c
index 74e31ce355388bd7c2062b35fb30e09ca085b3f5..8154fab70de8404a5ea89f71b8f6f20e0056c9ff 100644 (file)
@@ -33,7 +33,6 @@
 #include <linux/platform_data/s3c-hsotg.h>
 
 #include <asm/irq.h>
-#include <asm/pmu.h>
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>
 #include <asm/mach/irq.h>
@@ -1105,7 +1104,7 @@ static struct resource s5p_pmu_resource[] = {
 
 static struct platform_device s5p_device_pmu = {
        .name           = "arm-pmu",
-       .id             = ARM_PMU_DEVICE_CPU,
+       .id             = -1,
        .num_resources  = ARRAY_SIZE(s5p_pmu_resource),
        .resource       = s5p_pmu_resource,
 };
This page took 0.02568 seconds and 5 git commands to generate.