diff options
Diffstat (limited to 'arch/alpha/include/asm/pci.h')
-rw-r--r-- | arch/alpha/include/asm/pci.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/alpha/include/asm/pci.h b/arch/alpha/include/asm/pci.h index 6a3fe0704620..121c797eb14f 100644 --- a/arch/alpha/include/asm/pci.h +++ b/arch/alpha/include/asm/pci.h | |||
@@ -100,11 +100,7 @@ static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) | |||
100 | return channel ? 15 : 14; | 100 | return channel ? 15 : 14; |
101 | } | 101 | } |
102 | 102 | ||
103 | extern void pcibios_resource_to_bus(struct pci_dev *, struct pci_bus_region *, | 103 | #define ARCH_HAS_GENERIC_PCI_OFFSETS |
104 | struct resource *); | ||
105 | |||
106 | extern void pcibios_bus_to_resource(struct pci_dev *dev, struct resource *res, | ||
107 | struct pci_bus_region *region); | ||
108 | 104 | ||
109 | #define pci_domain_nr(bus) ((struct pci_controller *)(bus)->sysdata)->index | 105 | #define pci_domain_nr(bus) ((struct pci_controller *)(bus)->sysdata)->index |
110 | 106 | ||