Skip to content

Commit cc5e03f

Browse files
Yue HaibingKAGA-KOKO
authored andcommitted
x86/extable: Remove unused declaration fixup_bug()
Commit 15a416e ("x86/entry: Treat BUG/WARN as NMI-like entries") removed the implementation but left the declaration. Signed-off-by: Yue Haibing <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent b51207d commit cc5e03f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/include/asm/extable.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ struct pt_regs;
3737

3838
extern int fixup_exception(struct pt_regs *regs, int trapnr,
3939
unsigned long error_code, unsigned long fault_addr);
40-
extern int fixup_bug(struct pt_regs *regs, int trapnr);
4140
extern int ex_get_fixup_type(unsigned long ip);
4241
extern void early_fixup_exception(struct pt_regs *regs, int trapnr);
4342

0 commit comments

Comments
 (0)