Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2dc9c913154b64efa8346e81cf298012f090c1b1
Commit: 2dc9c913154b64efa8346e81cf298012f090c1b1
Parent: 18914b1884ebdbcd4d4454100502a23d1d2dba43
Author: Jesper Juhl <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 8 04:20:24 2008 -0800
Committer: Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 09:22:34 2008 -0800
Nuke duplicate include from printk.c
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]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
kernel/printk.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/kernel/printk.c b/kernel/printk.c
index 4a09062..0fb8be6 100644
--- a/kernel/printk.c
+++ b/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>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html