forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/sh/boards/board-espt.c
....@@ -1,12 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Data Technology Inc. ESPT-GIGA board support
34 *
45 * Copyright (C) 2008, 2009 Renesas Solutions Corp.
56 * Copyright (C) 2008, 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
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>
....@@ -16,7 +13,7 @@
1613 #include <linux/sh_eth.h>
1714 #include <linux/sh_intc.h>
1815 #include <asm/machvec.h>
19
-#include <asm/sizes.h>
16
+#include <linux/sizes.h>
2017
2118 /* NOR Flash */
2219 static struct mtd_partition espt_nor_flash_partitions[] = {