kernel/arch/sh/boards/mach-dreamcast/irq.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.01 2 /* 2 3 * arch/sh/boards/dreamcast/irq.c 3 4 * .. .. @@ -6,11 +7,9 @@ 6 7 * Copyright (c) 2001, 2002 M. R. Brown <mrbrown@0xd6.org> 7 8 * 8 9 * This file is part of the LinuxDC project (www.linuxdc.org) 9 - * Released under the terms of the GNU GPL v2.010 10 */ 11 11 #include <linux/irq.h> 12 12 #include <linux/io.h> 13 -#include <linux/irq.h>14 13 #include <linux/export.h> 15 14 #include <linux/err.h> 16 15 #include <mach/sysasic.h>