diff options
-rw-r--r-- | include/asm-cris/atomic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-cris/atomic.h b/include/asm-cris/atomic.h index d16ab24a468e..2949a945876a 100644 --- a/include/asm-cris/atomic.h +++ b/include/asm-cris/atomic.h | |||
@@ -3,9 +3,10 @@ | |||
3 | #ifndef __ASM_CRIS_ATOMIC__ | 3 | #ifndef __ASM_CRIS_ATOMIC__ |
4 | #define __ASM_CRIS_ATOMIC__ | 4 | #define __ASM_CRIS_ATOMIC__ |
5 | 5 | ||
6 | #include <linux/compiler.h> | ||
7 | |||
6 | #include <asm/system.h> | 8 | #include <asm/system.h> |
7 | #include <asm/arch/atomic.h> | 9 | #include <asm/arch/atomic.h> |
8 | #include <linux/compiler.h> | ||
9 | 10 | ||
10 | /* | 11 | /* |
11 | * Atomic operations that C can't guarantee us. Useful for | 12 | * Atomic operations that C can't guarantee us. Useful for |