summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/traps.h
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@redhat.com>2014-05-08 20:34:00 +0200
committerOleg Nesterov <oleg@redhat.com>2014-05-14 13:57:26 +0200
commit5e1b05beeca8139204324581a5b1ffb53d057f96 (patch)
tree2a2c7fd58f2085e25be3ee324bf0b4dea7d87a78 /arch/x86/include/asm/traps.h
parent1ea30fb64598bd3a6ba43d874bb53c55878eaef5 (diff)
downloadlinux-0-day-5e1b05beeca8139204324581a5b1ffb53d057f96.tar.gz
linux-0-day-5e1b05beeca8139204324581a5b1ffb53d057f96.tar.xz
x86/traps: Make math_error() static
Trivial, make math_error() static. Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/traps.h')
-rw-r--r--arch/x86/include/asm/traps.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/traps.h b/arch/x86/include/asm/traps.h
index 58d66fe06b617..a7b212db9e04c 100644
--- a/arch/x86/include/asm/traps.h
+++ b/arch/x86/include/asm/traps.h
@@ -98,7 +98,6 @@ static inline int get_si_code(unsigned long condition)
extern int panic_on_unrecovered_nmi;
-void math_error(struct pt_regs *, int, int);
void math_emulate(struct math_emu_info *);
#ifndef CONFIG_X86_32
asmlinkage void smp_thermal_interrupt(void);