瀏覽代碼

[MIPS] replace __inline with inline

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Harvey Harrison 17 年之前
父節點
當前提交
389310e2b0
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      arch/mips/math-emu/ieee754dp.h
  2. 1 1
      arch/mips/math-emu/ieee754sp.h

+ 1 - 1
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;
 

+ 1 - 1
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;