diff options
author | Will Deacon <will.deacon@arm.com> | 2011-11-16 14:05:18 +0400 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2011-11-16 14:06:57 +0400 |
commit | 14e25c5eeb90d4f61cc94933307d04a19738ad2f (patch) | |
tree | a682e9d88483fb0cab0233f12c3521684b86caf1 /arch/arm/include/asm/pmu.h | |
parent | ec84d529b689f4ae31813cf74673f3271c36c83a (diff) | |
download | linux-14e25c5eeb90d4f61cc94933307d04a19738ad2f.tar.xz |
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>
Diffstat (limited to 'arch/arm/include/asm/pmu.h')
-rw-r--r-- | arch/arm/include/asm/pmu.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/include/asm/pmu.h b/arch/arm/include/asm/pmu.h index 71d99b83cdb9..0bda22c094a6 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> |