.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * ALPHAPROJECT AP-SH4A-3A Support. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2010 ALPHAPROJECT Co.,Ltd. |
---|
5 | 6 | * Copyright (C) 2008 Yoshihiro Shimoda |
---|
6 | 7 | * 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. |
---|
11 | 8 | */ |
---|
12 | 9 | #include <linux/init.h> |
---|
13 | 10 | #include <linux/platform_device.h> |
---|
.. | .. |
---|
19 | 16 | #include <linux/irq.h> |
---|
20 | 17 | #include <linux/clk.h> |
---|
21 | 18 | #include <asm/machvec.h> |
---|
22 | | -#include <asm/sizes.h> |
---|
| 19 | +#include <linux/sizes.h> |
---|
23 | 20 | #include <asm/clock.h> |
---|
24 | 21 | |
---|
25 | 22 | static struct mtd_partition nor_flash_partitions[] = { |
---|