.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * Data Technology Inc. ESPT-GIGA board support |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2008, 2009 Renesas Solutions Corp. |
---|
5 | 6 | * 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. |
---|
10 | 7 | */ |
---|
11 | 8 | #include <linux/init.h> |
---|
12 | 9 | #include <linux/platform_device.h> |
---|
.. | .. |
---|
16 | 13 | #include <linux/sh_eth.h> |
---|
17 | 14 | #include <linux/sh_intc.h> |
---|
18 | 15 | #include <asm/machvec.h> |
---|
19 | | -#include <asm/sizes.h> |
---|
| 16 | +#include <linux/sizes.h> |
---|
20 | 17 | |
---|
21 | 18 | /* NOR Flash */ |
---|
22 | 19 | static struct mtd_partition espt_nor_flash_partitions[] = { |
---|