Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch 09a5723 ("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: Arnd Bergmann <arnd@arndb.de> Fixes: 09a5723 ("arm64: Use include/asm-generic/io.h")
- Loading branch information