The patch titled cris build fixes: atomic.h needs compiler.h has been removed from the -mm tree. Its filename was cris-build-fixes-atomich-needs-compilerh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: cris build fixes: atomic.h needs compiler.h From: Jesper Nilsson <jesper.nilsson@xxxxxxxx> Include file linux/compiler.h is needed for 'likely'. Signed-off-by: Jesper Nilsson <jesper.nilsson@xxxxxxxx> Acked-by: Mikael Starvik <starvik@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-cris/atomic.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/asm-cris/atomic.h~cris-build-fixes-atomich-needs-compilerh include/asm-cris/atomic.h --- a/include/asm-cris/atomic.h~cris-build-fixes-atomich-needs-compilerh +++ a/include/asm-cris/atomic.h @@ -7,6 +7,7 @@ #include <asm/system.h> #include <asm/arch/atomic.h> +#include <linux/compiler.h> /* * Atomic operations that C can't guarantee us. Useful for _ Patches currently in -mm which might be from jesper.nilsson@xxxxxxxx are cris-build-fixes-atomich-needs-compilerh.patch git-mtd.patch cris-avoid-using-arch-links-in-kconfig.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html