This patch fixes the following build error caused by
commit
24b9ff7f5a44268f78d23b50a6a0d886ac161f07
(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: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
return ctl;
}
+EXPORT_SYMBOL(genphy_restart_aneg);
/**