summaryrefslogtreecommitdiffstats
path: root/net/eth.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-31 04:45:42 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-31 04:45:42 +0200
commitd6e04258be8f2408845468d3cf722a4cf0433445 (patch)
treed9d2597d69485d268279480a4d3ce84d70146fe0 /net/eth.c
parent71cb31227bee741b274f6c0279b2aac1ab8e28e3 (diff)
downloadblackbird-obmc-uboot-d6e04258be8f2408845468d3cf722a4cf0433445.tar.gz
blackbird-obmc-uboot-d6e04258be8f2408845468d3cf722a4cf0433445.zip
davinci: fix remaining dm644x_eth
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'net/eth.c')
-rw-r--r--net/eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/eth.c b/net/eth.c
index c35c57ba9c..85fa0da237 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -576,7 +576,7 @@ extern int at91rm9200_miiphy_initialize(bd_t *bis);
extern int emac4xx_miiphy_initialize(bd_t *bis);
extern int mcf52x2_miiphy_initialize(bd_t *bis);
extern int ns7520_miiphy_initialize(bd_t *bis);
-extern int dm644x_eth_miiphy_initialize(bd_t *bis);
+extern int davinci_eth_miiphy_initialize(bd_t *bis);
int eth_initialize(bd_t *bis)
OpenPOWER on IntegriCloud