commit | 5998bf1ddb5fb236597190b2274d357add63fd7e | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Sun Jan 08 01:00:29 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jan 08 20:12:38 2006 -0800 |
tree | ca05dbc0d17957e9d0adcf50f7868eb25cef3921 | |
parent | 84c2008af01132c4ca257ed9b595693c611df15d [diff] [blame] |
[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>
diff --git a/include/asm-generic/atomic.h b/include/asm-generic/atomic.h index e0a28b9..0fada8f 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