diff options
author | David Woodhouse <dwmw@amazon.co.uk> | 2017-04-12 13:26:01 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-04-20 08:47:47 -0500 |
commit | 3efdd5fe0a363e308ed61d020f14371dfb5aab4a (patch) | |
tree | 10c267a17abb17aad51aa6934fb8a4c7a354c139 /arch/cris/include | |
parent | 00d2904ffeac067d7fe29c04edcfa0216102b4c2 (diff) | |
download | blackbird-op-linux-3efdd5fe0a363e308ed61d020f14371dfb5aab4a.tar.gz blackbird-op-linux-3efdd5fe0a363e308ed61d020f14371dfb5aab4a.zip |
cris/PCI: Use generic pci_mmap_resource_range()
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/include')
-rw-r--r-- | arch/cris/include/asm/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/include/asm/pci.h b/arch/cris/include/asm/pci.h index 65198cb46c85..6e505332b3e3 100644 --- a/arch/cris/include/asm/pci.h +++ b/arch/cris/include/asm/pci.h @@ -42,6 +42,7 @@ struct pci_dev; #define PCI_DMA_BUS_IS_PHYS (1) #define HAVE_PCI_MMAP +#define ARCH_GENERIC_PCI_MMAP_RESOURCE #endif /* __KERNEL__ */ |