printk: do not include interrupt.h
authorSergey Senozhatsky <[email protected]>
Tue, 2 Aug 2016 21:03:50 +0000 (14:03 -0700)
committerLinus Torvalds <[email protected]>
Tue, 2 Aug 2016 23:35:03 +0000 (19:35 -0400)
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/[email protected]
Signed-off-by: Sergey Senozhatsky <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/printk/printk.c

index d4de33934dacc41d481269bd7fe7e7b2660e1efd..09af62e71fee0ae44c073d260d49044a2f6f62c8 100644 (file)
@@ -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>