forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/arch/sh/boards/mach-sdk7786/sram.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * SDK7786 FPGA SRAM Support.
34 *
45 * Copyright (C) 2010 Paul Mundt
5
- *
6
- * This file is subject to the terms and conditions of the GNU General Public
7
- * License. See the file "COPYING" in the main directory of this archive
8
- * for more details.
96 */
107 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
118
....@@ -16,7 +13,7 @@
1613 #include <linux/string.h>
1714 #include <mach/fpga.h>
1815 #include <asm/sram.h>
19
-#include <asm/sizes.h>
16
+#include <linux/sizes.h>
2017
2118 static int __init fpga_sram_init(void)
2219 {