The patch titled
     Include kernel.h from configfs.h
has been removed from the -mm tree.  Its filename was
     include-kernelh-from-configfsh.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: Include kernel.h from configfs.h
From: Ben Nizette <[EMAIL PROTECTED]>

configfs.h uses the container_of macro and as such should include kernel.h.

Signed-off-by: Ben Nizette <[EMAIL PROTECTED]>
Cc: Joel Becker <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 include/linux/configfs.h |    1 +
 1 file changed, 1 insertion(+)

diff -puN include/linux/configfs.h~include-kernelh-from-configfsh 
include/linux/configfs.h
--- a/include/linux/configfs.h~include-kernelh-from-configfsh
+++ a/include/linux/configfs.h
@@ -37,6 +37,7 @@
 
 #ifdef __KERNEL__
 
+#include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/list.h>
 #include <linux/kref.h>
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
git-avr32.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