public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: Remove duplicate header
@ 2019-01-17 16:27 Sabyasachi Gupta
  2019-01-17 17:45 ` Souptick Joarder
  0 siblings, 1 reply; 4+ messages in thread
From: Sabyasachi Gupta @ 2019-01-17 16:27 UTC (permalink / raw)
  To: ysato, dalias; +Cc: jrdr.linux, linux-sh, linux-kernel, brajeswar.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] 4+ messages in thread

end of thread, other threads:[~2019-02-13 16:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-17 16:27 [PATCH] sh: Remove duplicate header Sabyasachi Gupta
2019-01-17 17:45 ` Souptick Joarder
2019-01-30  2:34   ` Sabyasachi Gupta
2019-02-13 16:18     ` Sabyasachi Gupta

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