OSDN Git Service

net: phy: put genphy_config_init's EXPORT_SYMBOL directly after the function
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 23 May 2017 22:26:07 +0000 (00:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 May 2017 16:48:39 +0000 (12:48 -0400)
commita0a32d3a0ed98c1ae17973533d87baaac7079279
tree6ec185e1d6a351dc9651ebf82a8dfb07f8886bab
parentd0e1a1b5a833b625c93d3d49847609350ebd79db
net: phy: put genphy_config_init's EXPORT_SYMBOL directly after the function

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: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy_device.c