kernel/arch/sh/kernel/cpu/sh3/setup-sh3.c
.. .. @@ -1,16 +1,14 @@ 1 +// SPDX-License-Identifier: GPL-2.01 2 /* 2 3 * Shared SH3 Setup code 3 4 * 4 5 * Copyright (C) 2008 Magnus Damm 5 - *6 - * This file is subject to the terms and conditions of the GNU General Public7 - * License. See the file "COPYING" in the main directory of this archive8 - * for more details.9 6 */ 10 7 11 8 #include <linux/init.h> 12 9 #include <linux/irq.h> 13 10 #include <linux/io.h> 11 +#include <asm/platform_early.h>14 12 15 13 /* All SH3 devices are equipped with IRQ0->5 (except sh7708) */ 16 14