Searched hist:"39 da809e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/of/ |
H A D | Kconfig | 39da809e Sun Jul 05 10:18:41 CDT 2015 Rob Herring <robh@kernel.org> 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 <robh@kernel.org> Cc: Grant Likely <grant.likely@linaro.org> 39da809e Sun Jul 05 10:18:41 CDT 2015 Rob Herring <robh@kernel.org> 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 <robh@kernel.org> Cc: Grant Likely <grant.likely@linaro.org>
|