forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/sh/lib/io.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/lib/io.c - SH32 optimized I/O routines
34 *
....@@ -6,10 +7,6 @@
67 *
78 * Provide real functions which expand to whatever the header file defined.
89 * Also definitions of machine independent IO functions.
9
- *
10
- * This file is subject to the terms and conditions of the GNU General Public
11
- * License. See the file "COPYING" in the main directory of this archive
12
- * for more details.
1310 */
1411 #include <linux/module.h>
1512 #include <linux/io.h>