forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/arch/sh/boards/board-apsh4ad0a.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * ALPHAPROJECT AP-SH4AD-0A Support.
34 *
45 * Copyright (C) 2010 ALPHAPROJECT Co.,Ltd.
56 * Copyright (C) 2010 Matt Fleming
67 * Copyright (C) 2010 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.
118 */
129 #include <linux/init.h>
1310 #include <linux/platform_device.h>
....@@ -18,7 +15,7 @@
1815 #include <linux/irq.h>
1916 #include <linux/clk.h>
2017 #include <asm/machvec.h>
21
-#include <asm/sizes.h>
18
+#include <linux/sizes.h>
2219
2320 /* Dummy supplies, where voltage doesn't matter */
2421 static struct regulator_consumer_supply dummy_supplies[] = {