UPSTREAM: arm64: dump: Fix implicit inclusion of definition for PCI_IOBASE
commit 284be28565efe262a81972d12e9264d4824a4ced upstream. Since c9465b4ec37a68425 (arm64: add support to dump the kernel page tables) allmodconfig has failed to build on arm64 as a result of: ../arch/arm64/mm/dump.c:55:20: error: 'PCI_IOBASE' undeclared here (not in a function) Fix this by explicitly including io.h to ensure that a definition is present. Signed-off-by:Mark Brown <broonie@kernel.org> Signed-off-by:
Will Deacon <will.deacon@arm.com> Change-Id: I156b2208eea4f7f81a4ed7aae9062b7e2ef5b6c7 Signed-off-by:
Amit Pundir <amit.pundir@linaro.org>
Loading
Please register or sign in to comment