]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6f705de1860e6609504d75aa50ef4e655b40afe
treed0e7066f054c5f33ae7cd4b1093d461a0f5bfc74
parent167b387747e16a122a1a9f381cfdcd72872a03c2
printk: do not include interrupt.h

A trivial cosmetic change: interrupt.h header is redundant since commit
cc4d43e6e3e5 ("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