.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * Renesas Technology Corp. SH7786 Urquell Support. |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * |
---|
7 | 8 | * Based on board-sh7785lcr.c |
---|
8 | 9 | * Copyright (C) 2008 Yoshihiro Shimoda |
---|
9 | | - * |
---|
10 | | - * This file is subject to the terms and conditions of the GNU General Public |
---|
11 | | - * License. See the file "COPYING" in the main directory of this archive |
---|
12 | | - * for more details. |
---|
13 | 10 | */ |
---|
14 | 11 | #include <linux/init.h> |
---|
15 | 12 | #include <linux/platform_device.h> |
---|
.. | .. |
---|
24 | 21 | #include <mach/urquell.h> |
---|
25 | 22 | #include <cpu/sh7786.h> |
---|
26 | 23 | #include <asm/heartbeat.h> |
---|
27 | | -#include <asm/sizes.h> |
---|
| 24 | +#include <linux/sizes.h> |
---|
28 | 25 | #include <asm/smp-ops.h> |
---|
29 | 26 | |
---|
30 | 27 | /* |
---|