The patch titled
Nuke duplicate include from printk.c
has been removed from the -mm tree. Its filename was
nuke-duplicate-include-from-printkc.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 include from printk.c
From: Jesper Juhl <[EMAIL PROTECTED]>
Remove the duplicate inclusion of linux/jiffies.h from kernel/printk.c
Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
kernel/printk.c | 1 -
1 file changed, 1 deletion(-)
diff -puN kernel/printk.c~nuke-duplicate-include-from-printkc kernel/printk.c
--- a/kernel/printk.c~nuke-duplicate-include-from-printkc
+++ a/kernel/printk.c
@@ -32,7 +32,6 @@
#include <linux/security.h>
#include <linux/bootmem.h>
#include <linux/syscalls.h>
-#include <linux/jiffies.h>
#include <asm/uaccess.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