[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5c40acf3.1c69fb81.5b02f.880c@mx.google.com>
Date: Thu, 17 Jan 2019 21:57:27 +0530
From: Sabyasachi Gupta <sabyasachi.linux@...il.com>
To: ysato@...rs.sourceforge.jp, dalias@...c.org
Cc: jrdr.linux@...il.com, linux-sh@...r.kernel.org,
linux-kernel@...r.kernel.org, brajeswar.linux@...il.com
Subject: [PATCH] sh: Remove duplicate header
Remove linux/irq.h which is included more than once.
Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@...il.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
Powered by blists - more mailing lists