1
0
Fork 0

MIPS: math-emu: Cleanup stdarg usage including apparently bogus comment.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
hifive-unleashed-5.1
Ralf Baechle 2014-04-20 01:20:08 +02:00
parent 08f1faa02a
commit 1eaf198d3a
4 changed files with 4 additions and 8 deletions

View File

@ -28,6 +28,7 @@
* ########################################################################
*/
#include <stdarg.h>
#include <linux/compiler.h>
#include "ieee754int.h"

View File

@ -24,6 +24,7 @@
#ifndef __ARCH_MIPS_MATH_EMU_IEEE754_H
#define __ARCH_MIPS_MATH_EMU_IEEE754_H
#include <stdarg.h>
#include <linux/compiler.h>
#include <asm/byteorder.h>
#include <linux/kernel.h>
@ -31,14 +32,6 @@
#include <linux/sched.h>
#include <asm/bitfield.h>
/*
* Not very pretty, but the Linux kernel's normal va_list definition
* does not allow it to be used as a structure element, as it is here.
*/
#ifndef _STDARG_H
#include <stdarg.h>
#endif
struct ieee754dp_const {
__BITFIELD_FIELD(unsigned sign:1,
__BITFIELD_FIELD(unsigned bexp:11,

View File

@ -23,6 +23,7 @@
* ########################################################################
*/
#include <stdarg.h>
#include <linux/compiler.h>
#include "ieee754dp.h"

View File

@ -23,6 +23,7 @@
* ########################################################################
*/
#include <stdarg.h>
#include <linux/compiler.h>
#include "ieee754sp.h"