forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/sh/drivers/pci/pci-sh7751.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Low-Level PCI Support for the SH7751
34 *
....@@ -5,10 +6,6 @@
56 * Copyright (C) 2001 Dustin McIntire
67 *
78 * With cleanup by Paul van Gool <pvangool@mimotech.com>, 2003.
8
- *
9
- * This file is subject to the terms and conditions of the GNU General Public
10
- * License. See the file "COPYING" in the main directory of this archive
11
- * for more details.
129 */
1310 #include <linux/init.h>
1411 #include <linux/pci.h>
....@@ -17,7 +14,7 @@
1714 #include <linux/io.h>
1815 #include "pci-sh4.h"
1916 #include <asm/addrspace.h>
20
-#include <asm/sizes.h>
17
+#include <linux/sizes.h>
2118
2219 static int __init __area_sdram_check(struct pci_channel *chan,
2320 unsigned int area)