forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/sh/boards/board-apsh4a3a.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * ALPHAPROJECT AP-SH4A-3A Support.
34 *
45 * Copyright (C) 2010 ALPHAPROJECT Co.,Ltd.
56 * Copyright (C) 2008 Yoshihiro Shimoda
67 * Copyright (C) 2009 Paul Mundt
7
- *
8
- * This file is subject to the terms and conditions of the GNU General Public
9
- * License. See the file "COPYING" in the main directory of this archive
10
- * for more details.
118 */
129 #include <linux/init.h>
1310 #include <linux/platform_device.h>
....@@ -19,7 +16,7 @@
1916 #include <linux/irq.h>
2017 #include <linux/clk.h>
2118 #include <asm/machvec.h>
22
-#include <asm/sizes.h>
19
+#include <linux/sizes.h>
2320 #include <asm/clock.h>
2421
2522 static struct mtd_partition nor_flash_partitions[] = {