From: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Subject: printk: do not include interrupt.h A trivial cosmetic change: interrupt.h header is redundant since 'commit 6b898c07cb1d ("console: use might_sleep in console_lock")'. Link: http://lkml.kernel.org/r/20160620132847.21930-1-sergey.senozhatsky@xxxxxxxxx Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/printk/printk.c | 1 - 1 file changed, 1 deletion(-) diff -puN kernel/printk/printk.c~printk-do-not-include-interrupth kernel/printk/printk.c --- a/kernel/printk/printk.c~printk-do-not-include-interrupth +++ a/kernel/printk/printk.c @@ -26,7 +26,6 @@ #include <linux/nmi.h> #include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/interrupt.h> /* For in_interrupt() */ #include <linux/delay.h> #include <linux/smp.h> #include <linux/security.h> _ -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html