diff options
Diffstat (limited to 'include/asm-i386/byteorder.h')
-rw-r--r-- | include/asm-i386/byteorder.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-i386/byteorder.h b/include/asm-i386/byteorder.h index bbfb629..a9c69d5 100644 --- a/include/asm-i386/byteorder.h +++ b/include/asm-i386/byteorder.h @@ -5,10 +5,6 @@ #ifdef __GNUC__ -/* For avoiding bswap on i386 */ -#ifdef __KERNEL__ -#include <linux/config.h> -#endif static __inline__ __const__ __u32 ___arch__swab32(__u32 x) { |