summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-01-08 01:00:29 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-08 20:12:38 -0800
commit5998bf1ddb5fb236597190b2274d357add63fd7e (patch)
treeca05dbc0d17957e9d0adcf50f7868eb25cef3921 /include/asm-generic
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')
-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 @@
* edit all arch specific atomic.h files.
*/
+#include <asm/types.h>
/*
* Suppport for atomic_long_t