hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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>