diff options
Diffstat (limited to 'arch/arm/include/asm/hw_breakpoint.h')
-rw-r--r-- | arch/arm/include/asm/hw_breakpoint.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/hw_breakpoint.h b/arch/arm/include/asm/hw_breakpoint.h index 1e02925c11f4..ac54c06764e6 100644 --- a/arch/arm/include/asm/hw_breakpoint.h +++ b/arch/arm/include/asm/hw_breakpoint.h | |||
@@ -122,7 +122,6 @@ extern int arch_check_bp_in_kernelspace(struct arch_hw_breakpoint *hw); | |||
122 | extern int hw_breakpoint_arch_parse(struct perf_event *bp, | 122 | extern int hw_breakpoint_arch_parse(struct perf_event *bp, |
123 | const struct perf_event_attr *attr, | 123 | const struct perf_event_attr *attr, |
124 | struct arch_hw_breakpoint *hw); | 124 | struct arch_hw_breakpoint *hw); |
125 | #define hw_breakpoint_arch_parse hw_breakpoint_arch_parse | ||
126 | extern int hw_breakpoint_exceptions_notify(struct notifier_block *unused, | 125 | extern int hw_breakpoint_exceptions_notify(struct notifier_block *unused, |
127 | unsigned long val, void *data); | 126 | unsigned long val, void *data); |
128 | 127 | ||