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:
cbfe8fa
)
of: add HAS_IOMEM depends to OF_ADDRESS
author
Rob Herring
<robh@kernel.org>
Sun, 5 Jul 2015 15:18:41 +0000
(10:18 -0500)
committer
Rob Herring
<robh@kernel.org>
Mon, 27 Jul 2015 13:21:04 +0000
(08:21 -0500)
On UML builds, of_address.c fails to compile:
../drivers/of/address.c:873:2: error: implicit declaration of function ‘ioremap’ [-Werror=implicit-function-declaration]
This is due to CONFIG_OF now being user selectable. Add a dependency on
HAS_IOMEM to OF_ADDRESS in order to fix this.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Grant Likely <grant.likely@linaro.org>
drivers/of/Kconfig
patch
|
blob
|
history
diff --cc
drivers/of/Kconfig
Simple merge