diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-alpha/byteorder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-alpha/byteorder.h b/include/asm-alpha/byteorder.h index 7af2b8d25486..58e958fc7f1b 100644 --- a/include/asm-alpha/byteorder.h +++ b/include/asm-alpha/byteorder.h | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | #ifdef __GNUC__ | 8 | #ifdef __GNUC__ |
9 | 9 | ||
10 | static __inline __attribute_const__ __u32 __arch__swab32(__u32 x) | 10 | static inline __attribute_const__ __u32 __arch__swab32(__u32 x) |
11 | { | 11 | { |
12 | /* | 12 | /* |
13 | * Unfortunately, we can't use the 6 instruction sequence | 13 | * Unfortunately, we can't use the 6 instruction sequence |