]> git.sur5r.net Git - u-boot/blobdiff - include/linux/string.h
Merge branch 'mpc86xx'
[u-boot] / include / linux / string.h
index 1a45fd3215c89a25a9085301b0166a7e1e9705ac..62390399b0b1b7e160001abd437fd2020bfee808 100644 (file)
@@ -38,7 +38,7 @@ extern int strcmp(const char *,const char *);
 #ifndef __HAVE_ARCH_STRNCMP
 extern int strncmp(const char *,const char *,__kernel_size_t);
 #endif
-#ifndef __HAVE_ARCH_STRNICMP
+#if 0 /* not used - was: #ifndef __HAVE_ARCH_STRNICMP */
 extern int strnicmp(const char *, const char *, __kernel_size_t);
 #endif
 #ifndef __HAVE_ARCH_STRCHR