forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/arch/sh/boards/mach-x3proto/ilsel.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/boards/mach-x3proto/ilsel.c
34 *
45 * Helper routines for SH-X3 proto board ILSEL.
56 *
67 * Copyright (C) 2007 - 2010 Paul Mundt
7
- *
8
- * This file is subject to the terms and conditions of the GNU General Public
9
- * License. See the file "COPYING" in the main directory of this archive
10
- * for more details.
118 */
129 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
1310