Re: [PATCH net-next 3/7] net: phy: Properly define genphy_c45_driver

2020-07-05 Thread Florian Fainelli
On 7/5/2020 11:29 AM, Andrew Lunn wrote: > Avoid the W=1 warning that symbol 'genphy_c45_driver' was not > declared. Should it be static? > > Declare it on the phy header file. > > Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli -- Florian

[PATCH net-next 3/7] net: phy: Properly define genphy_c45_driver

2020-07-05 Thread Andrew Lunn
Avoid the W=1 warning that symbol 'genphy_c45_driver' was not declared. Should it be static? Declare it on the phy header file. Signed-off-by: Andrew Lunn --- drivers/net/phy/phy_device.c | 1 - include/linux/phy.h | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/