Re: [PATCH] memory: omap-gpmc: Fix compile test on SPARC

From: Krzysztof Kozlowski
Date: Wed Sep 16 2020 - 13:46:41 EST


On Fri, Sep 11, 2020 at 04:32:51PM +0200, Krzysztof Kozlowski wrote:
> SPARC comes without CONFIG_OF_ADDRESS thus compile testing fails on
> linking:
>
> /usr/bin/sparc64-linux-gnu-ld: drivers/memory/omap-gpmc.o: in function `gpmc_probe_generic_child':
> omap-gpmc.c:(.text.unlikely+0x14ec): undefined reference to `of_platform_device_create'
>
> Fixes: ea0c0ad6b6eb ("memory: Enable compile testing for most of the drivers")
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> ---
> drivers/memory/Kconfig | 1 +
> 1 file changed, 1 insertion(+)

Applied.

Best regards,
Krzysztof