]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcc395a312000fc8acfabd4d21542ac0d576f1511
tree2355e0f097308eacc50718e97f1c21055b79b47c
parent428cf34a64af310ec59c5d2d728a8192628b89fa
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