Commit 99fdc6b9 authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Michal Simek

microblaze/PCI: Remove unnecessary pci_bus_find_capability() declaration

pci_bus_find_capability() is declared in include/linux/pci.h.

Remove the pci_bus_find_capability() declaration from
arch/microblaze/include/asm/pci.h.
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
CC: Michal Simek <monstr@monstr.eu>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent de093d3e
...@@ -102,9 +102,6 @@ extern void pcibios_finish_adding_to_bus(struct pci_bus *bus); ...@@ -102,9 +102,6 @@ extern void pcibios_finish_adding_to_bus(struct pci_bus *bus);
extern void pcibios_resource_survey(void); extern void pcibios_resource_survey(void);
extern int pci_bus_find_capability(struct pci_bus *bus,
unsigned int devfn, int cap);
struct file; struct file;
extern pgprot_t pci_phys_mem_access_prot(struct file *file, extern pgprot_t pci_phys_mem_access_prot(struct file *file,
unsigned long pfn, unsigned long pfn,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment