diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2014-09-27 09:19:11 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-10-13 11:16:20 +0200 |
commit | be64c997d96dd29029ed40d9df9cbf80fa1c7ed4 (patch) | |
tree | e5ff25a196392244fcfa229e51c76d4d824e9975 /arch/arc/include/asm/bitops.h | |
parent | ARC: Update order of registers in KGDB to match GDB 7.5 (diff) | |
download | linux-be64c997d96dd29029ed40d9df9cbf80fa1c7ed4.tar.xz linux-be64c997d96dd29029ed40d9df9cbf80fa1c7ed4.zip |
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/bitops.h')
-rw-r--r-- | arch/arc/include/asm/bitops.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arc/include/asm/bitops.h b/arch/arc/include/asm/bitops.h index ebc0cf3164dc..1a5bf07eefe2 100644 --- a/arch/arc/include/asm/bitops.h +++ b/arch/arc/include/asm/bitops.h @@ -13,8 +13,6 @@ #error only <linux/bitops.h> can be included directly #endif -#ifdef __KERNEL__ - #ifndef __ASSEMBLY__ #include <linux/types.h> @@ -508,6 +506,4 @@ static inline __attribute__ ((const)) int __ffs(unsigned long word) #endif /* !__ASSEMBLY__ */ -#endif /* __KERNEL__ */ - #endif |