forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/arm/mach-davinci/cpuidle.c
....@@ -1,14 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * CPU idle for DaVinci SoCs
34 *
4
- * Copyright (C) 2009 Texas Instruments Incorporated. http://www.ti.com/
5
+ * Copyright (C) 2009 Texas Instruments Incorporated. https://www.ti.com/
56 *
67 * Derived from Marvell Kirkwood CPU idle code
78 * (arch/arm/mach-kirkwood/cpuidle.c)
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 version 2 as
11
- * published by the Free Software Foundation.
129 */
1310
1411 #include <linux/kernel.h>