diff options
author | Will Deacon <will.deacon@arm.com> | 2011-11-14 14:33:05 +0400 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2011-12-02 19:16:25 +0400 |
commit | feb45d06ffd7b59f43f1ed8edf53a0cfe3e7ad2a (patch) | |
tree | edb7c4425d0cd554b5eb2a4366fb98f424f214f5 /arch/arm/include | |
parent | 5611cc4572e889b62a7b4c72a413536bf6a9c416 (diff) | |
download | linux-feb45d06ffd7b59f43f1ed8edf53a0cfe3e7ad2a.tar.xz |
ARM: perf: remove unused armpmu_get_max_events
armpmu_get_max_events is only called from perf_num_counters, so we can
inline it there. It existed as a separate entity as a hangover from
the original perf-based oprofile implementation.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/perf_event.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/perf_event.h b/arch/arm/include/asm/perf_event.h index 0f8e3827a89b..99cfe3607989 100644 --- a/arch/arm/include/asm/perf_event.h +++ b/arch/arm/include/asm/perf_event.h @@ -32,7 +32,4 @@ enum arm_perf_pmu_ids { extern enum arm_perf_pmu_ids armpmu_get_pmu_id(void); -extern int -armpmu_get_max_events(void); - #endif /* __ARM_PERF_EVENT_H__ */ |