forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/arch/sh/kernel/ioport.c
....@@ -1,15 +1,13 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/kernel/ioport.c
34 *
45 * Copyright (C) 2000 Niibe Yutaka
56 * Copyright (C) 2005 - 2007 Paul Mundt
6
- *
7
- * This file is subject to the terms and conditions of the GNU General Public
8
- * License. See the file "COPYING" in the main directory of this archive
9
- * for more details.
107 */
118 #include <linux/module.h>
129 #include <linux/io.h>
10
+#include <asm/io_trapped.h>
1311
1412 unsigned long sh_io_port_base __read_mostly = -1;
1513 EXPORT_SYMBOL(sh_io_port_base);