From: Will Deacon Date: Wed, 16 Nov 2011 10:05:18 +0000 (+0000) Subject: ARM: PMU: remove pmu_init declaration X-Git-Tag: v3.2-rc4~2^2~11^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=14e25c5eeb90d4f61cc94933307d04a19738ad2f;p=~emulex%2Finfiniband.git ARM: PMU: remove pmu_init declaration pmu_init no longer exists, so don't declare it in asm/pmu.h. Reported-by: Pawel Moll Signed-off-by: Will Deacon --- diff --git a/arch/arm/include/asm/pmu.h b/arch/arm/include/asm/pmu.h index 71d99b83cdb..0bda22c094a 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