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 <[EMAIL PROTECTED]>

Include file linux/compiler.h is needed for 'likely'.

Signed-off-by: Jesper Nilsson <[EMAIL PROTECTED]>
Acked-by: Mikael Starvik <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to