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)
commitbee1653593b39ac85b45a057bb8c22dc1489cf6a
tree2355e0f097308eacc50718e97f1c21055b79b47c
parent47fa0c0251413db66a9018fbac6f6266201195ae
MIPS: math-emu: Harden ieee754int.h against multiple inclusion.

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