MIPS: math-emu: Harden ieee754int.h against multiple inclusion.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 18 Apr 2014 22:15:40 +0000 (00:15 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 21 May 2014 09:12:56 +0000 (11:12 +0200)
The header file had no include guards; this only happened to work because
the file only contains macro definitions and protypes.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/ieee754int.h

Simple merge