forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/sh/boards/mach-sdk7786/setup.c
....@@ -1,12 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Renesas Technology Europe SDK7786 Support.
34 *
45 * Copyright (C) 2010 Matt Fleming
56 * Copyright (C) 2010 Paul Mundt
6
- *
7
- * This file is subject to the terms and conditions of the GNU General Public
8
- * License. See the file "COPYING" in the main directory of this archive
9
- * for more details.
107 */
118 #include <linux/init.h>
129 #include <linux/platform_device.h>
....@@ -22,7 +19,7 @@
2219 #include <mach/irq.h>
2320 #include <asm/machvec.h>
2421 #include <asm/heartbeat.h>
25
-#include <asm/sizes.h>
22
+#include <linux/sizes.h>
2623 #include <asm/clock.h>
2724 #include <asm/reboot.h>
2825 #include <asm/smp-ops.h>