| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/arm/mach-ixp4xx/avila-pci.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 10 | 11 | * Copyright (C) 2003-2004 MontaVista Software, Inc. |
|---|
| 11 | 12 | * |
|---|
| 12 | 13 | * Maintainer: Deepak Saxena <dsaxena@plexity.net> |
|---|
| 13 | | - * |
|---|
| 14 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 15 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 16 | | - * published by the Free Software Foundation. |
|---|
| 17 | | - * |
|---|
| 18 | 14 | */ |
|---|
| 19 | 15 | |
|---|
| 20 | 16 | #include <linux/kernel.h> |
|---|
| .. | .. |
|---|
| 27 | 23 | #include <mach/hardware.h> |
|---|
| 28 | 24 | #include <asm/mach-types.h> |
|---|
| 29 | 25 | |
|---|
| 26 | +#include "irqs.h" |
|---|
| 27 | + |
|---|
| 30 | 28 | #define AVILA_MAX_DEV 4 |
|---|
| 31 | 29 | #define LOFT_MAX_DEV 6 |
|---|
| 32 | 30 | #define IRQ_LINES 4 |
|---|