diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-11-14 20:00:51 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-14 21:45:45 -0500 |
commit | 9587997a4a9f74901981e0a751a7ae0e46a72b94 (patch) | |
tree | 99ae16bbe65cb035f1a7b88f1020bf0989177bce /include/asm-cris | |
parent | df2b84a1f59567627891f5919efcedc7abd32d7a (diff) |
cris-build-fixes-atomich-needs-compilerh-fix
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-cris')
-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 |