| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/arch/mach-ixp4xx/fsg-pci.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | * based on ixdp425-pci.c: |
|---|
| 10 | 11 | * Copyright (C) 2002 Intel Corporation. |
|---|
| 11 | 12 | * 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 | | - * |
|---|
| 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 3 |
|---|
| 26 | 24 | #define IRQ_LINES 3 |
|---|
| 27 | 25 | |
|---|