aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2015-06-04 17:49:36 -0400
committerMichal Simek <michal.simek@xilinx.com>2015-06-08 04:03:06 -0400
commit99fdc6b9bd022ab5fb0f2e45f11a5a53697221fb (patch)
tree86fb75dd837cd76e64616ac125e99a691b548132
parentde093d3ea1938cc1d1b4c28e3b88b085a110154b (diff)
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: Bjorn Helgaas <bhelgaas@google.com> CC: Michal Simek <monstr@monstr.eu> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--arch/microblaze/include/asm/pci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/microblaze/include/asm/pci.h b/arch/microblaze/include/asm/pci.h
index b6b5b3c2fef0..541400d0c03e 100644
--- a/arch/microblaze/include/asm/pci.h
+++ b/arch/microblaze/include/asm/pci.h
@@ -102,9 +102,6 @@ extern void pcibios_finish_adding_to_bus(struct pci_bus *bus);
102 102
103extern void pcibios_resource_survey(void); 103extern void pcibios_resource_survey(void);
104 104
105extern int pci_bus_find_capability(struct pci_bus *bus,
106 unsigned int devfn, int cap);
107
108struct file; 105struct file;
109extern pgprot_t pci_phys_mem_access_prot(struct file *file, 106extern pgprot_t pci_phys_mem_access_prot(struct file *file,
110 unsigned long pfn, 107 unsigned long pfn,