.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * DSM-G600 board-level PCI initialization |
---|
3 | 4 | * |
---|
.. | .. |
---|
9 | 10 | * Copyright (C) 2003-2004 MontaVista Software, Inc. |
---|
10 | 11 | * |
---|
11 | 12 | * Maintainer: http://www.nslu2-linux.org/ |
---|
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 | | - * |
---|
17 | 13 | */ |
---|
18 | 14 | |
---|
19 | 15 | #include <linux/pci.h> |
---|
.. | .. |
---|
22 | 18 | #include <asm/mach/pci.h> |
---|
23 | 19 | #include <asm/mach-types.h> |
---|
24 | 20 | |
---|
| 21 | +#include "irqs.h" |
---|
| 22 | + |
---|
25 | 23 | #define MAX_DEV 4 |
---|
26 | 24 | #define IRQ_LINES 3 |
---|
27 | 25 | |
---|