Commit fe5dd7c7 authored by Russell King's avatar Russell King Committed by Russell King

[ARM] byteorder.h needs linux/compiler.h

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent f8ce2547
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#ifndef __ASM_ARM_BYTEORDER_H #ifndef __ASM_ARM_BYTEORDER_H
#define __ASM_ARM_BYTEORDER_H #define __ASM_ARM_BYTEORDER_H
#include <linux/compiler.h>
#include <asm/types.h> #include <asm/types.h>
static inline __attribute_const__ __u32 ___arch__swab32(__u32 x) static inline __attribute_const__ __u32 ___arch__swab32(__u32 x)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment