summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-05-03 01:00:39 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-05-03 01:00:39 +0200
commit983bebbea304f65daf5baa9a913e66ff6e8fa6ba (patch)
tree76eb88e8393b7bd589ccd7d6fad24b26998ed9a9 /include/linux
parentac2e2b82bc5c7228436b95b213efa9c73d669c65 (diff)
downloadbarebox-983bebbea304f65daf5baa9a913e66ff6e8fa6ba.tar.gz
barebox-983bebbea304f65daf5baa9a913e66ff6e8fa6ba.tar.xz
Scheduled for removal: strnicmp() which is unused
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/string.h b/include/linux/string.h
index 1a45fd3215..62390399b0 100644
--- a/include/linux/string.h
+++ b/include/linux/string.h
@@ -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