Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1525373
| From | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] sh: dreamcast: drop duplicate header irq.h |
| Date | 2016-11-18 15:30 +0100 |
| Message-ID | <sESkV-8jW-1@gated-at.bofh.it> (permalink) |
| References | <sESkV-8jW-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Drop duplicate header irq.h from irq.c. Signed-off-by: Geliang Tang <geliangtang@gmail.com> --- arch/sh/boards/mach-dreamcast/irq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sh/boards/mach-dreamcast/irq.c b/arch/sh/boards/mach-dreamcast/irq.c index 2789647..69fa91c 100644 --- a/arch/sh/boards/mach-dreamcast/irq.c +++ b/arch/sh/boards/mach-dreamcast/irq.c @@ -10,7 +10,6 @@ */ #include <linux/irq.h> #include <linux/io.h> -#include <linux/irq.h> #include <linux/export.h> #include <linux/err.h> #include <mach/sysasic.h> -- 2.9.3
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] sh: dreamcast: drop duplicate header irq.h Geliang Tang <geliangtang@gmail.com> - 2016-11-18 15:30 +0100
csiph-web