From f91786df4b06af94a2bc59a8290e84668aa49358 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 30 Sep 2020 14:53:00 +0200 Subject: include: string: migrate barebox function from was imported from Linux. In order to keep changes to a minimum, add prototypes for new barebox functions to instead. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- include/linux/string.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/string.h b/include/linux/string.h index 2b699957e8..85c3eb1de3 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -10,7 +10,6 @@ extern "C" { extern char * strpbrk(const char *,const char *); extern char * strsep(char **,const char *); -extern char * strsep_unescaped(char **,const char *); extern __kernel_size_t strspn(const char *,const char *); -- cgit v1.2.3