hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/arch/sh/boards/mach-microdev/setup.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/boards/superh/microdev/setup.c
34 *
....@@ -6,9 +7,6 @@
67 * Copyright (C) 2004, 2005 Paul Mundt
78 *
89 * SuperH SH4-202 MicroDev board support.
9
- *
10
- * May be copied or modified under the terms of the GNU General Public
11
- * License. See linux/COPYING for more information.
1210 */
1311 #include <linux/init.h>
1412 #include <linux/platform_device.h>
....@@ -17,7 +15,7 @@
1715 #include <mach/microdev.h>
1816 #include <asm/io.h>
1917 #include <asm/machvec.h>
20
-#include <asm/sizes.h>
18
+#include <linux/sizes.h>
2119
2220 static struct resource smc91x_resources[] = {
2321 [0] = {