From bee1653593b39ac85b45a057bb8c22dc1489cf6a Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 19 Apr 2014 00:15:40 +0200 Subject: [PATCH] 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-format-patch failed