Re: [PATCH net-next 2/5] net: phy: Export gen10g_* functions

2018-02-28 Thread Russell King
On Wed, Feb 28, 2018 at 11:36:09AM -0800, Florian Fainelli wrote: > In order to remove a fair amount of duplication in the different 10G PHY > drivers, export all gen10g_* functions to be able to make use of those. The gen10g functions tend to be barely functional - for example, gen10g_soft_reset(

[PATCH net-next 2/5] net: phy: Export gen10g_* functions

2018-02-28 Thread Florian Fainelli
In order to remove a fair amount of duplication in the different 10G PHY drivers, export all gen10g_* functions to be able to make use of those. Signed-off-by: Florian Fainelli --- drivers/net/phy/phy-c45.c | 18 -- include/linux/phy.h | 8 2 files changed, 20 ins