aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSabyasachi Gupta <[email protected]>2019-05-13 17:15:46 -0700
committerLinus Torvalds <[email protected]>2019-05-14 09:47:44 -0700
commite602b26ce4758e0eb97252363d32bd294afea530 (patch)
tree48e6cddb83bdf4b3408993a4d73236a2a6f0a9b1
parenta9e73998f9d705c94a8dca9687633adc0f24a19a (diff)
arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate header
Remove linux/irq.h which is included more than once. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Sabyasachi Gupta <[email protected]> Acked-by: Souptick Joarder <[email protected]> Cc: Yoshinori Sato <[email protected]> Cc: Rich Felker <[email protected]> Cc: Mukesh Ojha <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--arch/sh/boards/mach-dreamcast/irq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-dreamcast/irq.c b/arch/sh/boards/mach-dreamcast/irq.c
index a929f764ae04..cc06e4cdb4cd 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>