summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-03-16 15:12:58 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-16 15:12:58 +0100
commit99f4aafa139ea9f6e0eebecbddb3c9a216853e81 (patch)
tree97443484018f991c3ca98299075417476ebcc4c8 /include
parent9b6c8c0aa005554673b1a95f5ae8db72f60a589b (diff)
parent9c432ede2cb016b2a98902a8b3aa1f8f26f29ee4 (diff)
downloadbarebox-99f4aafa139ea9f6e0eebecbddb3c9a216853e81.tar.gz
Merge branch 'for-next/misc' into next
Diffstat (limited to 'include')
-rw-r--r--include/linux/string.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/string.h b/include/linux/string.h
index 0c79d3e5cf..cd81ab1396 100644
--- a/include/linux/string.h
+++ b/include/linux/string.h
@@ -58,9 +58,6 @@ 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
-extern int strnicmp(const char *, const char *, __kernel_size_t);
-#endif
#ifndef __HAVE_ARCH_STRCASECMP
extern int strcasecmp(const char *s1, const char *s2);
#endif