diff options
author | Will Deacon <will.deacon@arm.com> | 2011-11-14 05:33:05 -0500 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2011-12-02 10:16:25 -0500 |
commit | feb45d06ffd7b59f43f1ed8edf53a0cfe3e7ad2a (patch) | |
tree | edb7c4425d0cd554b5eb2a4366fb98f424f214f5 /arch/arm/include/asm | |
parent | 5611cc4572e889b62a7b4c72a413536bf6a9c416 (diff) |
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/asm')
-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 { | |||
32 | extern enum arm_perf_pmu_ids | 32 | extern enum arm_perf_pmu_ids |
33 | armpmu_get_pmu_id(void); | 33 | armpmu_get_pmu_id(void); |
34 | 34 | ||
35 | extern int | ||
36 | armpmu_get_max_events(void); | ||
37 | |||
38 | #endif /* __ARM_PERF_EVENT_H__ */ | 35 | #endif /* __ARM_PERF_EVENT_H__ */ |