forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm/mach-keystone/platsmp.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Keystone SOC SMP platform code
34 *
....@@ -6,20 +7,16 @@
67 * Santosh Shilimkar <santosh.shillimkar@ti.com>
78 *
89 * Based on platsmp.c, Copyright (C) 2002 ARM Ltd.
9
- *
10
- * This program is free software; you can redistribute it and/or modify it
11
- * under the terms and conditions of the GNU General Public License,
12
- * version 2, as published by the Free Software Foundation.
1310 */
1411
1512 #include <linux/init.h>
1613 #include <linux/smp.h>
1714 #include <linux/io.h>
15
+#include <linux/pgtable.h>
1816
1917 #include <asm/smp_plat.h>
2018 #include <asm/prom.h>
2119 #include <asm/tlbflush.h>
22
-#include <asm/pgtable.h>
2320
2421 #include "keystone.h"
2522