]> err.no Git - linux-2.6/blobdiff - include/asm-sh/string.h
[STRING]: Move strcasecmp/strncasecmp to lib/string.c
[linux-2.6] / include / asm-sh / string.h
index 95bc7db006b0761db05829e730323533e2553970..55f8db6bc1d75b1604e7493ab19c6b73ae601c7f 100644 (file)
@@ -126,9 +126,6 @@ extern void *memchr(const void *__s, int __c, size_t __n);
 #define __HAVE_ARCH_STRLEN
 extern size_t strlen(const char *);
 
-/* arch/sh/lib/strcasecmp.c */
-extern int strcasecmp(const char *, const char *);
-
 #endif /* __KERNEL__ */
 
 #endif /* __ASM_SH_STRING_H */