printk: do not include interrupt.h
authorSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Tue, 2 Aug 2016 21:03:50 +0000 (14:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Aug 2016 23:35:03 +0000 (19:35 -0400)
commitbebca05281d039e4144e1c51f402fd1d5f54b5e2
treed0e7066f054c5f33ae7cd4b1093d461a0f5bfc74
parent9d5059c959ac739dbf837cec14586e58e7a67292
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@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>
kernel/printk/printk.c