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

"extern inline" doesn't make much sense.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Adrian Bunk
2006-01-09 20:54:47 -08:00
committed by Linus Torvalds
parent e0795cf46d
commit ca5ed2f5c7
8 changed files with 30 additions and 30 deletions

View File

@@ -287,7 +287,7 @@ __sfu_res = __strncpy_from_user((unsigned long) (dest), __sfu_src, __sfu_count);
*/
extern long __strnlen_user(const char *__s, long __n);
extern __inline__ long strnlen_user(const char *s, long n)
static inline long strnlen_user(const char *s, long n)
{
if (!__addr_ok(s))
return 0;