From: Arnd Bergmann Date: Wed, 19 Nov 2014 13:09:07 +0000 (+0100) Subject: ARM64: use GENERIC_PCI_IOMAP X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb61f6769b8836081940ba26249f1b756400c7df;p=pandora-kernel.git ARM64: use GENERIC_PCI_IOMAP Patch 09a5723983 ("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 Fixes: 09a5723983 ("arm64: Use include/asm-generic/io.h") --- Reading git-diff-tree failed