hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/clocksource/clksrc_st_lpc.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Clocksource using the Low Power Timer found in the Low Power Controller (LPC)
34 *
....@@ -5,11 +6,6 @@
56 *
67 * Author(s): Francesco Virlinzi <francesco.virlinzi@st.com>
78 * Ajit Pal Singh <ajitpal.singh@st.com>
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation; either version 2 of the License, or
12
- * (at your option) any later version.
139 */
1410
1511 #include <linux/clk.h>