[PATCH] fpga: Fix build error of missing devm_ioremap_resource on UM

2016-03-03 Thread Krzysztof Kozlowski
The devres.o gets linked if HAS_IOMEM is present so on ARCH=um allyesconfig (COMPILE_TEST) failed with: drivers/built-in.o: In function `zynq_fpga_probe': zynq-fpga.c:(.text+0x4c4bf7): undefined reference to `devm_ioremap_resource' Signed-off-by: Krzysztof Kozlowski ---

[PATCH] fpga: Fix build error of missing devm_ioremap_resource on UM

2016-03-03 Thread Krzysztof Kozlowski
The devres.o gets linked if HAS_IOMEM is present so on ARCH=um allyesconfig (COMPILE_TEST) failed with: drivers/built-in.o: In function `zynq_fpga_probe': zynq-fpga.c:(.text+0x4c4bf7): undefined reference to `devm_ioremap_resource' Signed-off-by: Krzysztof Kozlowski --- drivers/fpga/Kconfig |