aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/atomic.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-01-08 04:00:29 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-08 23:12:38 -0500
commit5998bf1ddb5fb236597190b2274d357add63fd7e (patch)
treeca05dbc0d17957e9d0adcf50f7868eb25cef3921 /include/asm-generic/atomic.h
parent84c2008af01132c4ca257ed9b595693c611df15d (diff)
[PATCH] asm-generic/atomic.h needs types.h
For BITS_PER_LONG Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-generic/atomic.h')
-rw-r--r--include/asm-generic/atomic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/atomic.h b/include/asm-generic/atomic.h
index e0a28b925ef0..0fada8f16dc6 100644
--- a/include/asm-generic/atomic.h
+++ b/include/asm-generic/atomic.h
@@ -8,6 +8,7 @@
8 * edit all arch specific atomic.h files. 8 * edit all arch specific atomic.h files.
9 */ 9 */
10 10
11#include <asm/types.h>
11 12
12/* 13/*
13 * Suppport for atomic_long_t 14 * Suppport for atomic_long_t