diff options
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r-- | arch/microblaze/include/asm/pci.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/pci.h b/arch/microblaze/include/asm/pci.h index fecc04481101..bdd65aaee30d 100644 --- a/arch/microblaze/include/asm/pci.h +++ b/arch/microblaze/include/asm/pci.h | |||
@@ -166,5 +166,12 @@ extern void pci_resource_to_user(const struct pci_dev *dev, int bar, | |||
166 | extern void pcibios_setup_bus_devices(struct pci_bus *bus); | 166 | extern void pcibios_setup_bus_devices(struct pci_bus *bus); |
167 | extern void pcibios_setup_bus_self(struct pci_bus *bus); | 167 | extern void pcibios_setup_bus_self(struct pci_bus *bus); |
168 | 168 | ||
169 | /* This part of code was originaly in xilinx-pci.h */ | ||
170 | #ifdef CONFIG_PCI_XILINX | ||
171 | extern void __init xilinx_pci_init(void); | ||
172 | #else | ||
173 | static inline void __init xilinx_pci_init(void) { return; } | ||
174 | #endif | ||
175 | |||
169 | #endif /* __KERNEL__ */ | 176 | #endif /* __KERNEL__ */ |
170 | #endif /* __ASM_MICROBLAZE_PCI_H */ | 177 | #endif /* __ASM_MICROBLAZE_PCI_H */ |