diff options
author | Andrew Morton <akpm@osdl.org> | 2006-01-08 10:00:29 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 05:12:38 +0100 |
commit | 5998bf1ddb5fb236597190b2274d357add63fd7e (patch) | |
tree | ca05dbc0d17957e9d0adcf50f7868eb25cef3921 /include/asm-generic | |
parent | [PATCH] revert "mm: page_state fixes" (diff) | |
download | linux-5998bf1ddb5fb236597190b2274d357add63fd7e.tar.xz linux-5998bf1ddb5fb236597190b2274d357add63fd7e.zip |
[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.h | 1 |
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 |