diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-20 01:20:08 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-23 15:11:12 +0200 |
commit | 1eaf198d3aee7b71a5deb9dca45481a706381f80 (patch) | |
tree | 7bffd970c23b1ccc7204258a45655cc6137bb8a6 /arch/mips/math-emu/ieee754.c | |
parent | 08f1faa02ae5e513b10d6e44967a22dc20307158 (diff) | |
download | op-kernel-dev-1eaf198d3aee7b71a5deb9dca45481a706381f80.zip op-kernel-dev-1eaf198d3aee7b71a5deb9dca45481a706381f80.tar.gz |
MIPS: math-emu: Cleanup stdarg usage including apparently bogus comment.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/ieee754.c')
-rw-r--r-- | arch/mips/math-emu/ieee754.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/math-emu/ieee754.c b/arch/mips/math-emu/ieee754.c index 68c2996..43a9a08 100644 --- a/arch/mips/math-emu/ieee754.c +++ b/arch/mips/math-emu/ieee754.c @@ -28,6 +28,7 @@ * ######################################################################## */ +#include <stdarg.h> #include <linux/compiler.h> #include "ieee754int.h" |