forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/powerpc/platforms/85xx/sbc8548.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Wind River SBC8548 setup and early boot code.
34 *
....@@ -6,12 +7,6 @@
67 * By Paul Gortmaker (see MAINTAINERS for contact information)
78 *
89 * Based largely on the MPC8548CDS support - Copyright 2005 Freescale Inc.
9
- *
10
- *
11
- * This program is free software; you can redistribute it and/or modify it
12
- * under the terms of the GNU General Public License as published by the
13
- * Free Software Foundation; either version 2 of the License, or (at your
14
- * option) any later version.
1510 */
1611
1712 #include <linux/stddef.h>
....@@ -29,8 +24,8 @@
2924 #include <linux/interrupt.h>
3025 #include <linux/fsl_devices.h>
3126 #include <linux/of_platform.h>
27
+#include <linux/pgtable.h>
3228
33
-#include <asm/pgtable.h>
3429 #include <asm/page.h>
3530 #include <linux/atomic.h>
3631 #include <asm/time.h>