projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18914b1
)
Nuke duplicate include from printk.c
author
Jesper Juhl
<jesper.juhl@gmail.com>
Fri, 8 Feb 2008 12:20:24 +0000
(
04:20
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:34 +0000
(09:22 -0800)
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>
kernel/printk.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/printk.c
b/kernel/printk.c
index 4a090621f3793fe705352565a41a022441e617b6..0fb8be60737ce29092bca9d360d06ed40ce04351 100644
(file)
--- 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>