hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/sh/boards/mach-dreamcast/irq.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/boards/dreamcast/irq.c
34 *
....@@ -6,11 +7,9 @@
67 * Copyright (c) 2001, 2002 M. R. Brown <mrbrown@0xd6.org>
78 *
89 * This file is part of the LinuxDC project (www.linuxdc.org)
9
- * Released under the terms of the GNU GPL v2.0
1010 */
1111 #include <linux/irq.h>
1212 #include <linux/io.h>
13
-#include <linux/irq.h>
1413 #include <linux/export.h>
1514 #include <linux/err.h>
1615 #include <mach/sysasic.h>