aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/string.h')
-rw-r--r--include/asm-powerpc/string.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-powerpc/string.h b/include/asm-powerpc/string.h
index faa407f33c6b..aa40f92c298d 100644
--- a/include/asm-powerpc/string.h
+++ b/include/asm-powerpc/string.h
@@ -14,8 +14,6 @@
#define __HAVE_ARCH_MEMCMP
#define __HAVE_ARCH_MEMCHR
-extern int strcasecmp(const char *, const char *);
-extern int strncasecmp(const char *, const char *, __kernel_size_t);
extern char * strcpy(char *,const char *);
extern char * strncpy(char *,const char *, __kernel_size_t);
extern __kernel_size_t strlen(const char *);