diff options
author | David Woodhouse <dwmw@amazon.co.uk> | 2017-04-12 14:26:02 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-04-20 15:47:47 +0200 |
commit | 35368f80403d32a993587c7f26cd3bcede3ed202 (patch) | |
tree | 565ae2f2bc7e60bd2936b0e39d889d68c86b73c0 /arch/mips/include/asm/pci.h | |
parent | cris/PCI: Use generic pci_mmap_resource_range() (diff) | |
download | linux-35368f80403d32a993587c7f26cd3bcede3ed202.tar.xz linux-35368f80403d32a993587c7f26cd3bcede3ed202.zip |
MIPS: PCI: Use generic pci_mmap_resource_range()
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/mips/include/asm/pci.h')
-rw-r--r-- | arch/mips/include/asm/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/pci.h b/arch/mips/include/asm/pci.h index 3141e2a8113a..1000c1b4c875 100644 --- a/arch/mips/include/asm/pci.h +++ b/arch/mips/include/asm/pci.h @@ -110,7 +110,7 @@ extern unsigned long PCIBIOS_MIN_MEM; extern void pcibios_set_master(struct pci_dev *dev); #define HAVE_PCI_MMAP - +#define ARCH_GENERIC_PCI_MMAP_RESOURCE #define HAVE_ARCH_PCI_RESOURCE_TO_USER /* |