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)
commitb55b3fdce3e554a6bbe8f8ca6a01a892d720e64e
treef8566221466a76864d49e69b1857a910146fa0e8
parent09fc67b500c7f0bb1b5ed774197ac7f2c5285655
hw_breakpoint: Remove unused __register_perf_hw_breakpoint() declaration

Commit:

  b326e9560a28 ("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