[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180530.132213.1979006919259696824.davem@davemloft.net>
Date: Wed, 30 May 2018 13:22:13 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: arnd@...db.de
Cc: grygorii.strashko@...com, nsekhar@...com, f.fainelli@...il.com,
linux-omap@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: davinci: fix building davinci mdio code without
CONFIG_OF
From: Arnd Bergmann <arnd@...db.de>
Date: Mon, 28 May 2018 17:50:20 +0200
> Test-building this driver on targets without CONFIG_OF revealed a build
> failure:
>
> drivers/net/ethernet/ti/davinci_mdio.c: In function 'davinci_mdio_probe':
> drivers/net/ethernet/ti/davinci_mdio.c:380:9: error: implicit declaration of function 'davinci_mdio_probe_dt'; did you mean 'davinci_mdio_probe'? [-Werror=implicit-function-declaration]
>
> This adjusts the #ifdef logic in the driver to make it build in
> all configurations.
>
> Fixes: 2652113ff043 ("net: ethernet: ti: Allow most drivers with COMPILE_TEST")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
Applied to net-next.
Powered by blists - more mailing lists