hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/sh/boards/board-urquell.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Renesas Technology Corp. SH7786 Urquell Support.
34 *
....@@ -6,10 +7,6 @@
67 *
78 * Based on board-sh7785lcr.c
89 * 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.
1310 */
1411 #include <linux/init.h>
1512 #include <linux/platform_device.h>
....@@ -24,7 +21,7 @@
2421 #include <mach/urquell.h>
2522 #include <cpu/sh7786.h>
2623 #include <asm/heartbeat.h>
27
-#include <asm/sizes.h>
24
+#include <linux/sizes.h>
2825 #include <asm/smp-ops.h>
2926
3027 /*