diff options
Diffstat (limited to 'arch/unicore32/include/asm/pci.h')
-rw-r--r-- | arch/unicore32/include/asm/pci.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/unicore32/include/asm/pci.h b/arch/unicore32/include/asm/pci.h index 37e55d018de5..ac5acdf4c4d0 100644 --- a/arch/unicore32/include/asm/pci.h +++ b/arch/unicore32/include/asm/pci.h | |||
@@ -17,8 +17,7 @@ | |||
17 | #include <mach/hardware.h> /* for PCIBIOS_MIN_* */ | 17 | #include <mach/hardware.h> /* for PCIBIOS_MIN_* */ |
18 | 18 | ||
19 | #define HAVE_PCI_MMAP | 19 | #define HAVE_PCI_MMAP |
20 | extern int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, | 20 | #define ARCH_GENERIC_PCI_MMAP_RESOURCE |
21 | enum pci_mmap_state mmap_state, int write_combine); | ||
22 | 21 | ||
23 | #endif /* __KERNEL__ */ | 22 | #endif /* __KERNEL__ */ |
24 | #endif | 23 | #endif |