forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/arch/sh/kernel/cpu/sh3/setup-sh3.c
....@@ -1,16 +1,14 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Shared SH3 Setup code
34 *
45 * Copyright (C) 2008 Magnus Damm
5
- *
6
- * This file is subject to the terms and conditions of the GNU General Public
7
- * License. See the file "COPYING" in the main directory of this archive
8
- * for more details.
96 */
107
118 #include <linux/init.h>
129 #include <linux/irq.h>
1310 #include <linux/io.h>
11
+#include <asm/platform_early.h>
1412
1513 /* All SH3 devices are equipped with IRQ0->5 (except sh7708) */
1614