Skip to content

Commit

Permalink
x86: fault_32.c cleanup
Browse files Browse the repository at this point in the history
We get die() from kdebug.h, no need for forward declaration.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Harvey Harrison authored and Ingo Molnar committed Jan 30, 2008
1 parent b75f53d commit b6795e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/mm/fault_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
#define PF_RSVD (1<<3)
#define PF_INSTR (1<<4)

extern void die(const char *, struct pt_regs *, long);

static inline int notify_page_fault(struct pt_regs *regs)
{
#ifdef CONFIG_KPROBES
Expand Down

0 comments on commit b6795e6

Please sign in to comment.