summaryrefslogtreecommitdiff
path: root/include/uapi/linux/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/string.h')
-rw-r--r--include/uapi/linux/string.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/uapi/linux/string.h b/include/uapi/linux/string.h
index e32e545cff5a..d7ed84468996 100644
--- a/include/uapi/linux/string.h
+++ b/include/uapi/linux/string.h
@@ -1,9 +1,7 @@
-#ifndef _UAPI_LINUX_STRING_H_
-#define _UAPI_LINUX_STRING_H_
+#ifndef _LINUX_STRING_H_
+#define _LINUX_STRING_H_
/* We don't want strings.h stuff being used by user stuff by accident */
-#ifndef __KERNEL__
#include <string.h>
-#endif /* __KERNEL__ */
-#endif /* _UAPI_LINUX_STRING_H_ */
+#endif /* _LINUX_STRING_H_ */