Loading arch/mips/math-emu/ieee754.c +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ * ######################################################################## */ #include <stdarg.h> #include <linux/compiler.h> #include "ieee754int.h" Loading arch/mips/math-emu/ieee754.h +1 −8 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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, Loading arch/mips/math-emu/ieee754dp.c +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ * ######################################################################## */ #include <stdarg.h> #include <linux/compiler.h> #include "ieee754dp.h" Loading arch/mips/math-emu/ieee754sp.c +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ * ######################################################################## */ #include <stdarg.h> #include <linux/compiler.h> #include "ieee754sp.h" Loading Loading
arch/mips/math-emu/ieee754.c +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ * ######################################################################## */ #include <stdarg.h> #include <linux/compiler.h> #include "ieee754int.h" Loading
arch/mips/math-emu/ieee754.h +1 −8 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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, Loading
arch/mips/math-emu/ieee754dp.c +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ * ######################################################################## */ #include <stdarg.h> #include <linux/compiler.h> #include "ieee754dp.h" Loading
arch/mips/math-emu/ieee754sp.c +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ * ######################################################################## */ #include <stdarg.h> #include <linux/compiler.h> #include "ieee754sp.h" Loading