From: Jesper Juhl <jesper.juhl@gmail.com> 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%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git 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> --- 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 <linux/security.h> #include <linux/bootmem.h> #include <linux/syscalls.h> -#include <linux/jiffies.h> #include <asm/uaccess.h>