aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/ieee754dp.h
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-03-04 17:17:16 -0800
committerRalf Baechle <ralf@linux-mips.org>2008-04-28 17:14:26 +0100
commit389310e2b0c195f176e7d4be788bc245e9102412 (patch)
tree58e19760a351be73b03409461a0417ddd545206f /arch/mips/math-emu/ieee754dp.h
parent39b8d5254246ac56342b72f812255c8f7a74dca9 (diff)
downloadkernel_samsung_smdk4412-389310e2b0c195f176e7d4be788bc245e9102412.zip
kernel_samsung_smdk4412-389310e2b0c195f176e7d4be788bc245e9102412.tar.gz
kernel_samsung_smdk4412-389310e2b0c195f176e7d4be788bc245e9102412.tar.bz2
[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/ieee754dp.h')
-rw-r--r--arch/mips/math-emu/ieee754dp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754dp.h b/arch/mips/math-emu/ieee754dp.h
index 8977eb5..7627865 100644
--- a/arch/mips/math-emu/ieee754dp.h
+++ b/arch/mips/math-emu/ieee754dp.h
@@ -46,7 +46,7 @@
#define DPDNORMX DPDNORMx(xm, xe)
#define DPDNORMY DPDNORMx(ym, ye)
-static __inline ieee754dp builddp(int s, int bx, u64 m)
+static inline ieee754dp builddp(int s, int bx, u64 m)
{
ieee754dp r;