hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/mach-omap2/omap-hotplug.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * OMAP4 SMP cpu-hotplug support
34 *
....@@ -8,10 +9,6 @@
89 * Platform file needed for the OMAP4 SMP. This file is based on arm
910 * realview smp platform.
1011 * Copyright (c) 2002 ARM Limited.
11
- *
12
- * This program is free software; you can redistribute it and/or modify
13
- * it under the terms of the GNU General Public License version 2 as
14
- * published by the Free Software Foundation.
1512 */
1613
1714 #include <linux/kernel.h>