git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7c52e4
)
arm64: dump: Fix implicit inclusion of definition for PCI_IOBASE
author
Mark Brown
<broonie@kernel.org>
Thu, 22 Jan 2015 20:52:10 +0000
(20:52 +0000)
committer
Will Deacon
<will.deacon@arm.com>
Fri, 23 Jan 2015 10:47:42 +0000
(10:47 +0000)
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>
arch/arm64/mm/dump.c
patch
|
blob
|
history
diff --cc
arch/arm64/mm/dump.c
Simple merge