diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2014-09-27 11:19:11 +0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-10-13 13:16:20 +0400 |
commit | be64c997d96dd29029ed40d9df9cbf80fa1c7ed4 (patch) | |
tree | e5ff25a196392244fcfa229e51c76d4d824e9975 /arch/arc/include/asm/string.h | |
parent | ebc0c74e76cec9c4dd860eb0ca1c0b39dc63c482 (diff) | |
download | linux-be64c997d96dd29029ed40d9df9cbf80fa1c7ed4.tar.xz |
ARC: remove extraneous __KERNEL__ guards
Verified by doing make headers_install as none of these files are
exported to userspace
Diffstat (limited to 'arch/arc/include/asm/string.h')
-rw-r--r-- | arch/arc/include/asm/string.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/include/asm/string.h b/arch/arc/include/asm/string.h index 87676c8f1412..95822b550a18 100644 --- a/arch/arc/include/asm/string.h +++ b/arch/arc/include/asm/string.h @@ -17,8 +17,6 @@ #include <linux/types.h> -#ifdef __KERNEL__ - #define __HAVE_ARCH_MEMSET #define __HAVE_ARCH_MEMCPY #define __HAVE_ARCH_MEMCMP @@ -36,5 +34,4 @@ extern char *strcpy(char *dest, const char *src); extern int strcmp(const char *cs, const char *ct); extern __kernel_size_t strlen(const char *); -#endif /* __KERNEL__ */ #endif /* _ASM_ARC_STRING_H */ |