From: Jesper Juhl Date: Fri, 8 Feb 2008 12:20:24 +0000 (-0800) Subject: Nuke duplicate include from printk.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2dc9c913154b64efa8346e81cf298012f090c1b1;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git Nuke duplicate include from printk.c Remove the duplicate inclusion of linux/jiffies.h from kernel/printk.c Signed-off-by: Jesper Juhl Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/printk.c b/kernel/printk.c index 4a090621f379..0fb8be60737c 100644 --- a/kernel/printk.c +++ b/kernel/printk.c @@ -32,7 +32,6 @@ #include #include #include -#include #include