diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2003-03-16 21:42:43 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2003-03-16 21:42:43 +0000 |
| commit | 032d6c6ef2b24013633f987cdf2d8fb88eadc202 (patch) | |
| tree | 985923c1e3e874f03cb164867aea0d9360994e67 /include | |
| parent | a9d96a6e1f57deea016cdf580d1fdee2ecef6df8 (diff) | |
[PCI] pci-7: Remove second argument to pcibios_update_resource()
Patch from Ivan Kokshaysky
remove the "parent" or "root" second argument to
pcibios_update_resource(). This highlights the following
architectures doing something wrong in their implementation:
- ia64
- mips it8172
- mips "generic mips boards"
- mips64 "generic mips boards"
- mips64 IP27
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/pci.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 393417af2f89..0bc50220c102 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -531,8 +531,7 @@ char *pcibios_setup (char *str); /* Used only when drivers/pci/setup.c is used */ void pcibios_align_resource(void *, struct resource *, unsigned long, unsigned long); -void pcibios_update_resource(struct pci_dev *, struct resource *, - struct resource *, int); +void pcibios_update_resource(struct pci_dev *, struct resource *, int); void pcibios_update_irq(struct pci_dev *, int irq); void pcibios_fixup_pbus_ranges(struct pci_bus *, struct pbus_set_ranges_data *); |
