]> git.baikalelectronics.ru Git - kernel.git/commit
ARM64: use GENERIC_PCI_IOMAP
authorArnd Bergmann <arnd@arndb.de>
Wed, 19 Nov 2014 13:09:07 +0000 (14:09 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 19 Nov 2014 13:09:07 +0000 (14:09 +0100)
commit2c3086ccf11165d0b19ee06ee1c72c9f26b3cf54
tree57620fa623582243a765b2059e6a517e6a0231c5
parent8655cabf12153cf62008d77ead30ff33cb504777
ARM64: use GENERIC_PCI_IOMAP

Patch 2be4d01df9 ("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: 2be4d01df9 ("arm64: Use include/asm-generic/io.h")
arch/arm64/Kconfig