Commit bbba11c3 authored by Andi Kleen's avatar Andi Kleen Committed by Andi Kleen

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

All were already in some header
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent 43c3ab30
......@@ -75,9 +75,6 @@ static DEFINE_PER_CPU(struct nmi_watchdog_ctlblk, nmi_watchdog_ctlblk);
/* 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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment