Skip to content

Commit bebca05

Browse files
sergey-senozhatskytorvalds
authored andcommitted
printk: do not include interrupt.h
A trivial cosmetic change: interrupt.h header is redundant since commit 6b898c0 ("console: use might_sleep in console_lock"). Link: http://lkml.kernel.org/r/20160620132847.21930-1-sergey.senozhatsky@gmail.com Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 9d5059c commit bebca05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/printk/printk.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include <linux/nmi.h>
2727
#include <linux/module.h>
2828
#include <linux/moduleparam.h>
29-
#include <linux/interrupt.h> /* For in_interrupt() */
3029
#include <linux/delay.h>
3130
#include <linux/smp.h>
3231
#include <linux/security.h>

0 commit comments

Comments
 (0)