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
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/