diff options
Diffstat (limited to 'arch/cris/include/asm/pci.h')
-rw-r--r-- | arch/cris/include/asm/pci.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/cris/include/asm/pci.h b/arch/cris/include/asm/pci.h index b1b289df04c7..6e505332b3e3 100644 --- a/arch/cris/include/asm/pci.h +++ b/arch/cris/include/asm/pci.h | |||
@@ -42,9 +42,7 @@ struct pci_dev; | |||
42 | #define PCI_DMA_BUS_IS_PHYS (1) | 42 | #define PCI_DMA_BUS_IS_PHYS (1) |
43 | 43 | ||
44 | #define HAVE_PCI_MMAP | 44 | #define HAVE_PCI_MMAP |
45 | extern int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, | 45 | #define ARCH_GENERIC_PCI_MMAP_RESOURCE |
46 | enum pci_mmap_state mmap_state, int write_combine); | ||
47 | |||
48 | 46 | ||
49 | #endif /* __KERNEL__ */ | 47 | #endif /* __KERNEL__ */ |
50 | 48 | ||