Skip to content
Commit cb61f676 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM64: use GENERIC_PCI_IOMAP

Patch 09a57239

 ("arm64: Use include/asm-generic/io.h") correctly
removed the GENERIC_IOMAP selection from ARM64, which is not needed
on architectures that have memory-mapped PCI I/O space, however
we now lack a pci_iomap() function.

Fortunately, there is already a generic implementation for this
case, so we just need to select GENERIC_PCI_IOMAP to make it all
work.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Fixes: 09a57239 ("arm64: Use include/asm-generic/io.h")
parent 7c3969c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment