From: Andrew Morton Date: Sun, 8 Jan 2006 09:00:29 +0000 (-0800) Subject: [PATCH] asm-generic/atomic.h needs types.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5998bf1ddb5fb236597190b2274d357add63fd7e;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [PATCH] asm-generic/atomic.h needs types.h For BITS_PER_LONG Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-generic/atomic.h b/include/asm-generic/atomic.h index e0a28b925ef..0fada8f16dc 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 /* * Suppport for atomic_long_t