diff options
author | Bjorn Helgaas | 2017-09-29 00:02:42 +0200 |
---|---|---|
committer | Bjorn Helgaas | 2017-11-08 01:38:47 +0100 |
commit | 137ed9f0ee20b72e03492f8f0358cb19f74a89c4 (patch) | |
tree | 86c86f8ab19fc906329dc23582b7cf1a0598282f /arch/alpha | |
parent | PCI/PME: Handle invalid data when reading Root Status (diff) | |
download | kernel-qcow2-linux-137ed9f0ee20b72e03492f8f0358cb19f74a89c4.tar.gz kernel-qcow2-linux-137ed9f0ee20b72e03492f8f0358cb19f74a89c4.tar.xz kernel-qcow2-linux-137ed9f0ee20b72e03492f8f0358cb19f74a89c4.zip |
PCI: Remove redundant pcibios_set_master() declarations
All users of pcibios_set_master() include <linux/pci.h>, which already has
a declaration. Remove the unnecessary declarations from the <asm/pci.h>
files.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com> # CRIS
Acked-by: Ralf Baechle <ralf@linux-mips.org> # MIPS
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/include/asm/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/alpha/include/asm/pci.h b/arch/alpha/include/asm/pci.h index a06c24b3a2e1..777be3114fda 100644 --- a/arch/alpha/include/asm/pci.h +++ b/arch/alpha/include/asm/pci.h @@ -56,8 +56,6 @@ struct pci_controller { #define PCIBIOS_MIN_IO alpha_mv.min_io_address #define PCIBIOS_MIN_MEM alpha_mv.min_mem_address -extern void pcibios_set_master(struct pci_dev *dev); - /* IOMMU controls. */ /* The PCI address space does not equal the physical memory address space. |