diff options
Diffstat (limited to 'arch/arm/include/asm/pci.h')
-rw-r--r-- | arch/arm/include/asm/pci.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/include/asm/pci.h b/arch/arm/include/asm/pci.h index 057d381f4e57..396c92bcc0cf 100644 --- a/arch/arm/include/asm/pci.h +++ b/arch/arm/include/asm/pci.h | |||
@@ -29,8 +29,7 @@ static inline int pci_proc_domain(struct pci_bus *bus) | |||
29 | #define PCI_DMA_BUS_IS_PHYS (1) | 29 | #define PCI_DMA_BUS_IS_PHYS (1) |
30 | 30 | ||
31 | #define HAVE_PCI_MMAP | 31 | #define HAVE_PCI_MMAP |
32 | extern int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, | 32 | #define ARCH_GENERIC_PCI_MMAP_RESOURCE |
33 | enum pci_mmap_state mmap_state, int write_combine); | ||
34 | 33 | ||
35 | static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) | 34 | static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) |
36 | { | 35 | { |