.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * Renesas Technology Europe SDK7786 Support. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2010 Matt Fleming |
---|
5 | 6 | * 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. |
---|
10 | 7 | */ |
---|
11 | 8 | #include <linux/init.h> |
---|
12 | 9 | #include <linux/platform_device.h> |
---|
.. | .. |
---|
22 | 19 | #include <mach/irq.h> |
---|
23 | 20 | #include <asm/machvec.h> |
---|
24 | 21 | #include <asm/heartbeat.h> |
---|
25 | | -#include <asm/sizes.h> |
---|
| 22 | +#include <linux/sizes.h> |
---|
26 | 23 | #include <asm/clock.h> |
---|
27 | 24 | #include <asm/reboot.h> |
---|
28 | 25 | #include <asm/smp-ops.h> |
---|