The patch titled cris build fixes: atomic.h needs compiler.h has been added to the -mm tree. Its filename is cris-build-fixes-atomich-needs-compilerh.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 @@ -5,6 +5,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-fix-csum_tcpudp_magic-declaration.patch cris-build-fixes-add-missing-syscalls.patch cris-build-fixes-hardirqh-include-asm-irqh.patch cris-build-fixes-atomich-needs-compilerh.patch cris-build-fixes-atomich-needs-compilerh-fix.patch cris-build-fixes-irq-fixes.patch cris-build-fixes-sys_crisc-needs-fsh.patch cris-build-fixes-add-baud-rate-defines.patch cris-build-fixes-update-eth_v10c-ethernet-driver.patch cris-build-fixes-update-eth_v10c-ethernet-driver-fix.patch cris-build-fixes-fix-mtdramh.patch cris-build-fixes-corrected-and-improved-nmi-and-irq-handling.patch cris-build-fixes-fixes-in-arch-cris-kernel-timec.patch cris-build-fixes-setupc-needs-paramh.patch cris-build-fixes-fix-crisksymsc.patch cris-build-fixes-defconfig-updates.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