The patch titled
Nuke duplicate header from sysctl.c
has been removed from the -mm tree. Its filename was
nuke-duplicate-header-from-sysctlc.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: Nuke duplicate header from sysctl.c
From: Jesper Juhl <[EMAIL PROTECTED]>
Don't include linux/security.h twice in kernel/sysctl.c
Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
kernel/sysctl.c | 1 -
1 file changed, 1 deletion(-)
diff -puN kernel/sysctl.c~nuke-duplicate-header-from-sysctlc kernel/sysctl.c
--- a/kernel/sysctl.c~nuke-duplicate-header-from-sysctlc
+++ a/kernel/sysctl.c
@@ -37,7 +37,6 @@
#include <linux/highuid.h>
#include <linux/writeback.h>
#include <linux/hugetlb.h>
-#include <linux/security.h>
#include <linux/initrd.h>
#include <linux/times.h>
#include <linux/limits.h>
_
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