forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/mach-ixp4xx/common-pci.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/arm/mach-ixp4xx/common-pci.c
34 *
....@@ -8,11 +9,6 @@
89 * Copyright (C) 2002 Intel Corporation.
910 * Copyright (C) 2003 Greg Ungerer <gerg@snapgear.com>
1011 * Copyright (C) 2003-2004 MontaVista Software, Inc.
11
- *
12
- * This program is free software; you can redistribute it and/or modify
13
- * it under the terms of the GNU General Public License version 2 as
14
- * published by the Free Software Foundation.
15
- *
1612 */
1713
1814 #include <linux/sched.h>
....@@ -31,7 +27,7 @@
3127
3228 #include <asm/cputype.h>
3329 #include <asm/irq.h>
34
-#include <asm/sizes.h>
30
+#include <linux/sizes.h>
3531 #include <asm/mach/pci.h>
3632 #include <mach/hardware.h>
3733