From: Mark Brown Date: Thu, 22 Jan 2015 20:52:10 +0000 (+0000) Subject: arm64: dump: Fix implicit inclusion of definition for PCI_IOBASE X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~244^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=284be28565efe262a81972d12e9264d4824a4ced;p=pandora-kernel.git arm64: dump: Fix implicit inclusion of definition for PCI_IOBASE 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 Signed-off-by: Will Deacon --- Reading git-diff-tree failed