From: Ralf Baechle Date: Fri, 18 Apr 2014 22:15:40 +0000 (+0200) Subject: MIPS: math-emu: Harden ieee754int.h against multiple inclusion. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~78^2~120 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee1653593b39ac85b45a057bb8c22dc1489cf6a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed