The patch titled
Remove unnecessary include from include/linux/capability.h
has been removed from the -mm tree. Its filename was
remove-unnecessary-include-from-include-linux-capabilityh.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: Remove unnecessary include from include/linux/capability.h
From: Andrew Morgan <[EMAIL PROTECTED]>
KaiGai Kohei observed that this line in the linux header is not needed.
Signed-off-by: Andrew G. Morgan <[EMAIL PROTECTED]>
Cc: KaiGai Kohei <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/linux/capability.h | 1 -
1 file changed, 1 deletion(-)
diff -puN
include/linux/capability.h~remove-unnecessary-include-from-include-linux-capabilityh
include/linux/capability.h
---
a/include/linux/capability.h~remove-unnecessary-include-from-include-linux-capabilityh
+++ a/include/linux/capability.h
@@ -14,7 +14,6 @@
#define _LINUX_CAPABILITY_H
#include <linux/types.h>
-#include <linux/compiler.h>
struct task_struct;
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.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