aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/byteorder.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-01-07 11:55:50 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-01-07 11:55:50 -0500
commitfe5dd7c73d328b255286b6b65ca19dd34447f709 (patch)
tree5b93364d88c1f214053003c75bdb0c94b7cdb0df /include/asm-arm/byteorder.h
parentf8ce25476d5f12ffa29b885e49c38cd95053437e (diff)
[ARM] byteorder.h needs linux/compiler.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/byteorder.h')
-rw-r--r--include/asm-arm/byteorder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/byteorder.h b/include/asm-arm/byteorder.h
index af42f449b9a6..741f5bc5d016 100644
--- a/include/asm-arm/byteorder.h
+++ b/include/asm-arm/byteorder.h
@@ -15,6 +15,7 @@
15#ifndef __ASM_ARM_BYTEORDER_H 15#ifndef __ASM_ARM_BYTEORDER_H
16#define __ASM_ARM_BYTEORDER_H 16#define __ASM_ARM_BYTEORDER_H
17 17
18#include <linux/compiler.h>
18#include <asm/types.h> 19#include <asm/types.h>
19 20
20static inline __attribute_const__ __u32 ___arch__swab32(__u32 x) 21static inline __attribute_const__ __u32 ___arch__swab32(__u32 x)