]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/linux/string.h
cmd_sf: include header file common.h before div64.h
[karo-tx-uboot.git] / include / linux / string.h
index de833554a1d6133c6f23304b857e53d3d582c930..e9b134d1428f43786bce85d8f7dc4a6fc72d1907 100644 (file)
@@ -50,10 +50,7 @@ extern char * strchr(const char *,int);
 #ifndef __HAVE_ARCH_STRRCHR
 extern char * strrchr(const char *,int);
 #endif
-extern char * skip_spaces(const char *);
-
-extern char *strim(char *);
-
+#include <linux/linux_string.h>
 #ifndef __HAVE_ARCH_STRSTR
 extern char * strstr(const char *,const char *);
 #endif