[MIPS] "extern inline" -> "static inline"
authorAdrian Bunk <bunk@stusta.de>
Sat, 7 Jul 2007 01:03:30 +0000 (03:03 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 10 Jul 2007 16:32:55 +0000 (17:32 +0100)
"extern inline" will have different semantics with gcc 4.3, and
"static inline" is correct here.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found