forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/arm/mach-ixp4xx/fsg-pci.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/arch/mach-ixp4xx/fsg-pci.c
34 *
....@@ -9,11 +10,6 @@
910 * based on ixdp425-pci.c:
1011 * Copyright (C) 2002 Intel Corporation.
1112 * Copyright (C) 2003-2004 MontaVista Software, Inc.
12
- *
13
- * This program is free software; you can redistribute it and/or modify
14
- * it under the terms of the GNU General Public License version 2 as
15
- * published by the Free Software Foundation.
16
- *
1713 */
1814
1915 #include <linux/pci.h>
....@@ -22,6 +18,8 @@
2218 #include <asm/mach/pci.h>
2319 #include <asm/mach-types.h>
2420
21
+#include "irqs.h"
22
+
2523 #define MAX_DEV 3
2624 #define IRQ_LINES 3
2725