Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1525379
| From | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Blackfin arch: drop duplicate header seq_file.h |
| Date | 2016-11-18 15:30 +0100 |
| Message-ID | <sESkW-8jW-33@gated-at.bofh.it> (permalink) |
| References | <sESkV-8jW-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Drop duplicate header seq_file.h from irqchip.c. Signed-off-by: Geliang Tang <geliangtang@gmail.com> --- arch/blackfin/kernel/irqchip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/blackfin/kernel/irqchip.c b/arch/blackfin/kernel/irqchip.c index 052cde5..39a5a7d 100644 --- a/arch/blackfin/kernel/irqchip.c +++ b/arch/blackfin/kernel/irqchip.c @@ -11,7 +11,6 @@ #include <linux/kallsyms.h> #include <linux/interrupt.h> #include <linux/irq.h> -#include <linux/seq_file.h> #include <asm/irq_handler.h> #include <asm/trace.h> #include <asm/pda.h> -- 2.9.3
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] Blackfin arch: drop duplicate header seq_file.h Geliang Tang <geliangtang@gmail.com> - 2016-11-18 15:30 +0100
csiph-web