diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2008-02-08 07:20:24 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 12:22:34 -0500 |
commit | 2dc9c913154b64efa8346e81cf298012f090c1b1 (patch) | |
tree | 7dcf383c27ef73ce1725468aa33bed4bd0300e31 | |
parent | 18914b1884ebdbcd4d4454100502a23d1d2dba43 (diff) |
Nuke duplicate include from printk.c
Remove the duplicate inclusion of linux/jiffies.h from kernel/printk.c
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | kernel/printk.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
32 | #include <linux/security.h> | 32 | #include <linux/security.h> |
33 | #include <linux/bootmem.h> | 33 | #include <linux/bootmem.h> |
34 | #include <linux/syscalls.h> | 34 | #include <linux/syscalls.h> |
35 | #include <linux/jiffies.h> | ||
36 | 35 | ||
37 | #include <asm/uaccess.h> | 36 | #include <asm/uaccess.h> |
38 | 37 | ||