diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2015-06-04 17:49:29 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-06-08 04:02:55 -0400 |
commit | de093d3ea1938cc1d1b4c28e3b88b085a110154b (patch) | |
tree | f6c03637236f96e1186a05a147758375983dbd2e /arch/microblaze | |
parent | 55ae2f3b88421256e0a785320f7067bc58c1b0cd (diff) |
microblaze/PCI: Remove unused declarations
The following declarations were copied from powerpc but are unused on
microblaze:
struct pci_controller *init_phb_dynamic(struct device_node *dn)
int remove_phb_dynamic(struct pci_controller *phb)
struct pci_dev *of_create_pci_dev(struct device_node *node, ...)
void of_scan_pci_bridge(struct device_node *node, ...)
void of_scan_bus(struct device_node *node, struct pci_bus *bus)
void of_rescan_bus(struct device_node *node, struct pci_bus *bus)
Remove them.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/include/asm/pci.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/microblaze/include/asm/pci.h b/arch/microblaze/include/asm/pci.h index 468aca8cec0d..b6b5b3c2fef0 100644 --- a/arch/microblaze/include/asm/pci.h +++ b/arch/microblaze/include/asm/pci.h | |||
@@ -102,18 +102,6 @@ extern void pcibios_finish_adding_to_bus(struct pci_bus *bus); | |||
102 | 102 | ||
103 | extern void pcibios_resource_survey(void); | 103 | extern void pcibios_resource_survey(void); |
104 | 104 | ||
105 | extern struct pci_controller *init_phb_dynamic(struct device_node *dn); | ||
106 | extern int remove_phb_dynamic(struct pci_controller *phb); | ||
107 | |||
108 | extern struct pci_dev *of_create_pci_dev(struct device_node *node, | ||
109 | struct pci_bus *bus, int devfn); | ||
110 | |||
111 | extern void of_scan_pci_bridge(struct device_node *node, | ||
112 | struct pci_dev *dev); | ||
113 | |||
114 | extern void of_scan_bus(struct device_node *node, struct pci_bus *bus); | ||
115 | extern void of_rescan_bus(struct device_node *node, struct pci_bus *bus); | ||
116 | |||
117 | extern int pci_bus_find_capability(struct pci_bus *bus, | 105 | extern int pci_bus_find_capability(struct pci_bus *bus, |
118 | unsigned int devfn, int cap); | 106 | unsigned int devfn, int cap); |
119 | 107 | ||