Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1426607
| From | Sergey Senozhatsky <sergey.senozhatsky@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] printk: do not include interrupt.h |
| Date | 2016-06-20 15:40 +0200 |
| Message-ID | <rM7AK-nl-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
A trivial cosmetic change: interrupt.h header is redundant since
'commit 6b898c07cb1d ("console: use might_sleep in console_lock")'.
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
---
kernel/printk/printk.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c
index 62961e3..cbd1139 100644
--- a/kernel/printk/printk.c
+++ b/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>
--
2.9.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] printk: do not include interrupt.h Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2016-06-20 15:40 +0200
csiph-web