Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 892871dc authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

net: export genphy_restart_aneg



This patch fixes the following build error caused by
commit ed94493f
(mv643xx_eth: convert to phylib):

<--  snip  -->

...
  Building modules, stage 2.
  MODPOST 1280 modules
ERROR: "genphy_restart_aneg" [drivers/net/mv643xx_eth.ko] undefined!
...
make[2]: *** [__modpost] Error 1

<--  snip  -->

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a02d44a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -557,6 +557,7 @@ int genphy_restart_aneg(struct phy_device *phydev)

	return ctl;
}
EXPORT_SYMBOL(genphy_restart_aneg);


/**