.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/kernel/dec21285.c: PCI functions for DC21285 |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 1998-2001 Russell King |
---|
5 | 6 | * Copyright (C) 1998-2000 Phil Blundell |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify |
---|
8 | | - * it under the terms of the GNU General Public License version 2 as |
---|
9 | | - * published by the Free Software Foundation. |
---|
10 | 7 | */ |
---|
11 | 8 | #include <linux/kernel.h> |
---|
12 | 9 | #include <linux/pci.h> |
---|
.. | .. |
---|
34 | 31 | PCI_STATUS_PARITY) << 16) |
---|
35 | 32 | |
---|
36 | 33 | extern int setup_arm_irq(int, struct irqaction *); |
---|
37 | | -extern void pcibios_report_status(u_int status_mask, int warn); |
---|
38 | 34 | |
---|
39 | 35 | static unsigned long |
---|
40 | 36 | dc21285_base_address(struct pci_bus *bus, unsigned int devfn) |
---|