diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-03-05 01:17:16 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 16:14:26 (GMT) |
commit | 389310e2b0c195f176e7d4be788bc245e9102412 (patch) | |
tree | 58e19760a351be73b03409461a0417ddd545206f /arch/mips/math-emu/ieee754sp.h | |
parent | 39b8d5254246ac56342b72f812255c8f7a74dca9 (diff) | |
download | linux-389310e2b0c195f176e7d4be788bc245e9102412.tar.xz |
[MIPS] replace __inline with inline
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/ieee754sp.h')
-rw-r--r-- | arch/mips/math-emu/ieee754sp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754sp.h b/arch/mips/math-emu/ieee754sp.h index 9917c1e..d9e3586 100644 --- a/arch/mips/math-emu/ieee754sp.h +++ b/arch/mips/math-emu/ieee754sp.h @@ -51,7 +51,7 @@ #define SPDNORMX SPDNORMx(xm, xe) #define SPDNORMY SPDNORMx(ym, ye) -static __inline ieee754sp buildsp(int s, int bx, unsigned m) +static inline ieee754sp buildsp(int s, int bx, unsigned m) { ieee754sp r; |