]> git.baikalelectronics.ru Git - kernel.git/commit
hw_breakpoint: Remove unused __register_perf_hw_breakpoint() declaration
authorBhupesh Sharma <bhsharma@redhat.com>
Fri, 17 Jul 2020 07:31:00 +0000 (13:01 +0530)
committerIngo Molnar <mingo@kernel.org>
Thu, 6 Aug 2020 15:54:04 +0000 (17:54 +0200)
commit276fa384c609943c1725b16468f4af484f4de835
treef8566221466a76864d49e69b1857a910146fa0e8
parent02e7ef451d17f50a2c717b33255cb636603cc01e
hw_breakpoint: Remove unused __register_perf_hw_breakpoint() declaration

Commit:

  452ec7cc1e74 ("hw-breakpoints: Use overflow handler instead of the event callback")

removed __register_perf_hw_breakpoint() function usage and replaced it
with register_perf_hw_breakpoint() function.

Remove the left-over unused __register_perf_hw_breakpoint() declaration
from <linux/hw_breakpoint.h> as well.

Signed-off-by: Bhupesh Sharma <bhsharma@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Link: https://lore.kernel.org/r/1594971060-14180-1-git-send-email-bhsharma@redhat.com
include/linux/hw_breakpoint.h