From: Harvey Harrison Date: Wed, 30 Jan 2008 12:32:34 +0000 (+0100) Subject: x86: fault_32.c cleanup X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b6795e65f158d12d3124379fc50ec156ae60f888;p=deliverable%2Flinux.git x86: fault_32.c cleanup We get die() from kdebug.h, no need for forward declaration. Signed-off-by: Harvey Harrison Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/mm/fault_32.c b/arch/x86/mm/fault_32.c index bfb0917d699d..870b5610555c 100644 --- a/arch/x86/mm/fault_32.c +++ b/arch/x86/mm/fault_32.c @@ -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