commit | 1eaf198d3aee7b71a5deb9dca45481a706381f80 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sun Apr 20 01:20:08 2014 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri May 23 15:11:12 2014 +0200 |
tree | 7bffd970c23b1ccc7204258a45655cc6137bb8a6 | |
parent | 08f1faa02ae5e513b10d6e44967a22dc20307158 [diff] [blame] |
MIPS: math-emu: Cleanup stdarg usage including apparently bogus comment. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/math-emu/ieee754dp.c b/arch/mips/math-emu/ieee754dp.c index 53dbb1c..a8eb014 100644 --- a/arch/mips/math-emu/ieee754dp.c +++ b/arch/mips/math-emu/ieee754dp.c
@@ -23,6 +23,7 @@ * ######################################################################## */ +#include <stdarg.h> #include <linux/compiler.h> #include "ieee754dp.h"