summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2011-11-16 10:05:18 +0000
committerWill Deacon <will.deacon@arm.com>2011-11-16 10:06:57 +0000
commit14e25c5eeb90d4f61cc94933307d04a19738ad2f (patch)
treea682e9d88483fb0cab0233f12c3521684b86caf1
parentec84d529b689f4ae31813cf74673f3271c36c83a (diff)
downloadop-kernel-dev-14e25c5eeb90d4f61cc94933307d04a19738ad2f.zip
op-kernel-dev-14e25c5eeb90d4f61cc94933307d04a19738ad2f.tar.gz
ARM: PMU: remove pmu_init declaration
pmu_init no longer exists, so don't declare it in asm/pmu.h. Reported-by: Pawel Moll <Pawel.Moll@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
-rw-r--r--arch/arm/include/asm/pmu.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/include/asm/pmu.h b/arch/arm/include/asm/pmu.h
index 71d99b8..0bda22c 100644
--- a/arch/arm/include/asm/pmu.h
+++ b/arch/arm/include/asm/pmu.h
@@ -55,16 +55,6 @@ reserve_pmu(enum arm_pmu_type type);
extern void
release_pmu(enum arm_pmu_type type);
-/**
- * init_pmu() - Initialise the PMU.
- *
- * Initialise the system ready for PMU enabling. This should typically set the
- * IRQ affinity and nothing else. The users (oprofile/perf events etc) will do
- * the actual hardware initialisation.
- */
-extern int
-init_pmu(enum arm_pmu_type type);
-
#else /* CONFIG_CPU_HAS_PMU */
#include <linux/err.h>
OpenPOWER on IntegriCloud