On Fri, Mar 12, 2021 at 09:35:47PM +0800, Bin Meng wrote: > From: Vladimir Oltean <[email protected]> > > In drivers/net/phy/Kconfig, CONFIG_PHY_FIXED already depends on > CONFIG_DM_ETH, so the function prototype definition when > CONFIG_DM_ETH=n does nothing, so it can be dropped. It is also > never reachable, since the whole function is already under #ifdef > CONFIG_PHY_FIXED (which again, as I said, depends on CONFIG_DM_ETH=y). > > Signed-off-by: Vladimir Oltean <[email protected]> > Reviewed-by: Bin Meng <[email protected]> > Tested-by: Bin Meng <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Bin Meng <[email protected]> > ---
Reviewed-by: Vladimir Oltean <[email protected]>

