From: Shaokun Zhang Date: Tue, 8 Nov 2022 10:41:17 +0000 (+0800) Subject: perf/x86/amd: Remove the repeated declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=634a9d5ec78ae2899725950dfb97b98ce7a2f0e4;p=linux.git perf/x86/amd: Remove the repeated declaration The function 'amd_brs_disable_all' is declared twice in commit ada543459cab ("perf/x86/amd: Add AMD Fam19h Branch Sampling support"). Remove one of them. Signed-off-by: Shaokun Zhang Signed-off-by: Peter Zijlstra (Intel) Link: https://lkml.kernel.org/r/20221108104117.46642-1-zhangshaokun@hisilicon.com --- diff --git a/arch/x86/events/perf_event.h b/arch/x86/events/perf_event.h index 6a44aed7b1007..0e849f28a5c12 100644 --- a/arch/x86/events/perf_event.h +++ b/arch/x86/events/perf_event.h @@ -1320,7 +1320,6 @@ void amd_brs_enable_all(void); void amd_brs_disable_all(void); void amd_brs_drain(void); void amd_brs_lopwr_init(void); -void amd_brs_disable_all(void); int amd_brs_hw_config(struct perf_event *event); void amd_brs_reset(void);