summaryrefslogtreecommitdiff
path: root/board/prodrive/p3mx/eth.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-03-02 22:39:32 +0000
committerWolfgang Denk <wd@denx.de>2012-03-06 21:13:26 +0100
commit021f6038a233bc6a60edc4adc1819492fddff9ff (patch)
treefabe55ab81f61c2fa338a0748fbfc92c99dd9ca5 /board/prodrive/p3mx/eth.h
parent658c3b9eafd0167fd150f129c0720eb305efc225 (diff)
downloadu-boot-imx-021f6038a233bc6a60edc4adc1819492fddff9ff.zip
u-boot-imx-021f6038a233bc6a60edc4adc1819492fddff9ff.tar.gz
u-boot-imx-021f6038a233bc6a60edc4adc1819492fddff9ff.tar.bz2
PPC: Drop mv6446x_eth_initialize() from net/eth.c
This function was defined as an extern in net/eth.c, drop that and use standard means of calling it. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/prodrive/p3mx/eth.h')
-rw-r--r--board/prodrive/p3mx/eth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/prodrive/p3mx/eth.h b/board/prodrive/p3mx/eth.h
index aab32d2..44ffba8 100644
--- a/board/prodrive/p3mx/eth.h
+++ b/board/prodrive/p3mx/eth.h
@@ -39,5 +39,6 @@ int db64360_eth0_transmit(unsigned int s, volatile char *p);
void db64360_eth0_disable(void);
bool network_start(bd_t *bis);
+int mv6446x_eth_initialize(bd_t *);
#endif /* __EVB64360_ETH_H__ */