From: Jesper Nilsson Date: Thu, 15 Nov 2007 01:00:50 +0000 (-0800) Subject: cris build fixes: atomic.h needs compiler.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=df2b84a1f59567627891f5919efcedc7abd32d7a;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git cris build fixes: atomic.h needs compiler.h Include file linux/compiler.h is needed for 'likely'. Signed-off-by: Jesper Nilsson Acked-by: Mikael Starvik Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-cris/atomic.h b/include/asm-cris/atomic.h index 0b51a87e553..d16ab24a468 100644 --- a/include/asm-cris/atomic.h +++ b/include/asm-cris/atomic.h @@ -5,6 +5,7 @@ #include #include +#include /* * Atomic operations that C can't guarantee us. Useful for