]> git.karo-electronics.de Git - karo-tx-linux.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>
Mon, 12 May 2014 23:24:01 +0000 (01:24 +0200)
commit32741b0da808b72024ba7bf31380e514a66959ec
treedde4fbc741e0021c359b078bd3ab6484c75445c6
parentd3a418105c1799767ca154a1a4206bfac96dcec1
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