diff options
Diffstat (limited to 'drivers/net/ftmac110.c')
-rw-r--r-- | drivers/net/ftmac110.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ftmac110.c b/drivers/net/ftmac110.c index 835346cb07..265d813c4f 100644 --- a/drivers/net/ftmac110.c +++ b/drivers/net/ftmac110.c @@ -257,7 +257,7 @@ static int ftmac110_reset(struct eth_device *dev) return 0; } -static int ftmac110_probe(struct eth_device *dev, bd_t *bis) +static int ftmac110_probe(struct eth_device *dev, struct bd_info *bis) { debug("ftmac110: probe\n"); @@ -404,7 +404,7 @@ static int ftmac110_mdio_write(struct mii_dev *bus, int addr, int devad, #endif /* #if defined(CONFIG_MII) || defined(CONFIG_CMD_MII) */ -int ftmac110_initialize(bd_t *bis) +int ftmac110_initialize(struct bd_info *bis) { int i, card_nr = 0; struct eth_device *dev; |