SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH] arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate header
@ 2019-03-11 15:58 Sabyasachi Gupta
  2019-03-11 16:17 ` Souptick Joarder
  0 siblings, 1 reply; 2+ messages in thread
From: Sabyasachi Gupta @ 2019-03-11 15:58 UTC (permalink / raw)
  To: akpm; +Cc: ysato, dalias, linux-sh, linux-kernel, jrdr.linux

Remove  linux/irq.h which is included more than once.

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@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.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-11 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-11 15:58 [PATCH] arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate header Sabyasachi Gupta
2019-03-11 16:17 ` Souptick Joarder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox