Skip to content

Commit fde046e

Browse files
xhackerustcctmarinas
authored andcommitted
arm64: extable: remove unused ex_handler_t definition
The ex_handler_t type was introduced in commit d6e2cc5 ("arm64: extable: add `type` and `data` fields"), but has never been used, and is unnecessary. Remove it. Signed-off-by: Jisheng Zhang <[email protected]> Acked-by: Mark Rutland <[email protected]> Link: https://lore.kernel.org/r/20211119124608.3f03380b@xhacker Signed-off-by: Catalin Marinas <[email protected]>
1 parent c9f5ea0 commit fde046e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm64/mm/extable.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
#include <asm/asm-extable.h>
1111
#include <asm/ptrace.h>
1212

13-
typedef bool (*ex_handler_t)(const struct exception_table_entry *,
14-
struct pt_regs *);
15-
1613
static inline unsigned long
1714
get_ex_fixup(const struct exception_table_entry *ex)
1815
{

0 commit comments

Comments
 (0)