Re: [PATCH] net: phy: put genphy_config_init's EXPORT_SYMBOL directly after the function

2017-05-25 Thread David Miller
From: Uwe Kleine-König Date: Wed, 24 May 2017 00:26:07 +0200 > Commit af6b6967d6e1 ("net: phy: export genphy_config_init()") introduced > this EXPORT_SYMBOL and put it after gen10g_soft_reset() instead of > directly after genphy_config_init. Probably this happend when the patch > was applied beca

Re: [PATCH] net: phy: put genphy_config_init's EXPORT_SYMBOL directly after the function

2017-05-23 Thread Florian Fainelli
On 05/23/2017 03:26 PM, Uwe Kleine-König wrote: > Commit af6b6967d6e1 ("net: phy: export genphy_config_init()") introduced > this EXPORT_SYMBOL and put it after gen10g_soft_reset() instead of > directly after genphy_config_init. Probably this happend when the patch > was applied because http://patc

[PATCH] net: phy: put genphy_config_init's EXPORT_SYMBOL directly after the function

2017-05-23 Thread Uwe Kleine-König
Commit af6b6967d6e1 ("net: phy: export genphy_config_init()") introduced this EXPORT_SYMBOL and put it after gen10g_soft_reset() instead of directly after genphy_config_init. Probably this happend when the patch was applied because http://patchwork.ozlabs.org/patch/339622/ looks ok. Signed-off-by: