drivers/perf: arm_pmu_acpi: drop redundant acpi_disabled check
[linux-2.6-microblaze.git] / drivers / perf / arm_pmu_acpi.c
index 3303dd8..705f1a3 100644 (file)
@@ -193,9 +193,6 @@ int arm_pmu_acpi_probe(armpmu_init_fn init_fn)
        int pmu_idx = 0;
        int cpu, ret;
 
-       if (acpi_disabled)
-               return 0;
-
        /*
         * Initialise and register the set of PMUs which we know about right
         * now. Ideally we'd do this in arm_pmu_acpi_cpu_starting() so that we