hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/mach-ixp4xx/vulcan-pci.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/arch/mach-ixp4xx/vulcan-pci.c
34 *
....@@ -8,11 +9,6 @@
89 * based on ixdp425-pci.c:
910 * Copyright (C) 2002 Intel Corporation.
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/pci.h>
....@@ -21,6 +17,8 @@
2117 #include <asm/mach/pci.h>
2218 #include <asm/mach-types.h>
2319
20
+#include "irqs.h"
21
+
2422 /* PCI controller GPIO to IRQ pin mappings */
2523 #define INTA 2
2624 #define INTB 3