[PATCH] include/asm-i386/: "extern inline" -> "static inline"

"extern inline" doesn't make much sense.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Adrian Bunk
2005-09-10 00:27:16 -07:00
committed by Linus Torvalds
parent ea0e0a4f53
commit e2afe67453
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
*/
#define div_long_long_rem(a,b,c) div_ll_X_l_rem(a,b,c)
extern inline long
static inline long
div_ll_X_l_rem(long long divs, long div, long *rem)
{
long dum2;