commit | fe5dd7c73d328b255286b6b65ca19dd34447f709 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Jan 07 16:55:50 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jan 07 16:55:50 2006 +0000 |
tree | 5b93364d88c1f214053003c75bdb0c94b7cdb0df | |
parent | f8ce25476d5f12ffa29b885e49c38cd95053437e [diff] |
[ARM] byteorder.h needs linux/compiler.h Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/include/asm-arm/byteorder.h b/include/asm-arm/byteorder.h index af42f44..741f5bc 100644 --- a/include/asm-arm/byteorder.h +++ b/include/asm-arm/byteorder.h
@@ -15,6 +15,7 @@ #ifndef __ASM_ARM_BYTEORDER_H #define __ASM_ARM_BYTEORDER_H +#include <linux/compiler.h> #include <asm/types.h> static inline __attribute_const__ __u32 ___arch__swab32(__u32 x)