[PATCH] [4/26] i386: Remove unneeded externs in nmi.c

From: Andi Kleen
Date: Sun Apr 29 2007 - 19:46:40 EST



All were already in some header
Signed-off-by: Andi Kleen <ak@xxxxxxx>

---
arch/i386/kernel/nmi.c | 3 ---
1 file changed, 3 deletions(-)

Index: linux/arch/i386/kernel/nmi.c
===================================================================
--- linux.orig/arch/i386/kernel/nmi.c
+++ linux/arch/i386/kernel/nmi.c
@@ -75,9 +75,6 @@ static DEFINE_PER_CPU(struct nmi_watchdo
/* local prototypes */
static int unknown_nmi_panic_callback(struct pt_regs *regs, int cpu);

-extern void show_registers(struct pt_regs *regs);
-extern int unknown_nmi_panic;
-
/* converts an msr to an appropriate reservation bit */
static inline unsigned int nmi_perfctr_msr_to_bit(unsigned int msr)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/