From: Rob Herring Date: Sun, 5 Jul 2015 15:18:41 +0000 (-0500) Subject: of: add HAS_IOMEM depends to OF_ADDRESS X-Git-Tag: omap-for-v4.3/fixes-merge-window~176^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39da809e86274abbd9010365906045e02da3944a;p=pandora-kernel.git of: add HAS_IOMEM depends to OF_ADDRESS 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 Cc: Grant Likely --- Reading git-diff-tree failed