forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/sh/kernel/cpu/clock.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/kernel/cpu/clock.c - SuperH clock framework
34 *
....@@ -9,10 +10,6 @@
910 * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com>
1011 *
1112 * Modified for omap shared clock framework by Tony Lindgren <tony@atomide.com>
12
- *
13
- * This file is subject to the terms and conditions of the GNU General Public
14
- * License. See the file "COPYING" in the main directory of this archive
15
- * for more details.
1613 */
1714 #include <linux/kernel.h>
1815 #include <linux/init.h>