.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * arch/arch/mach-ixp4xx/vulcan-pci.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
8 | 9 | * based on ixdp425-pci.c: |
---|
9 | 10 | * Copyright (C) 2002 Intel Corporation. |
---|
10 | 11 | * 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 | | - * |
---|
16 | 12 | */ |
---|
17 | 13 | |
---|
18 | 14 | #include <linux/pci.h> |
---|
.. | .. |
---|
21 | 17 | #include <asm/mach/pci.h> |
---|
22 | 18 | #include <asm/mach-types.h> |
---|
23 | 19 | |
---|
| 20 | +#include "irqs.h" |
---|
| 21 | + |
---|
24 | 22 | /* PCI controller GPIO to IRQ pin mappings */ |
---|
25 | 23 | #define INTA 2 |
---|
26 | 24 | #define INTB 3 |
---|