From bb5a2cf9f99731915359b67b52eba307db86fff9 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 26 Jun 2020 15:13:34 +0900 Subject: treewide: convert bd_t to struct bd_info manually Some code was not converted by coccinelle, somehow. I manually fixed up the remaining, and comments, README docs. Signed-off-by: Masahiro Yamada [trini: Add arch/arm/mach-davinci/include/mach/sdmmc_defs.h and include/fdt_support.h] Signed-off-by: Tom Rini --- drivers/net/smc911x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/net/smc911x.c') diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index 053ff9f4ff..9c5dc46483 100644 --- a/drivers/net/smc911x.c +++ b/drivers/net/smc911x.c @@ -455,7 +455,7 @@ static int smc911x_initialize_mii(struct smc911x_priv *priv) } #endif -static int smc911x_init(struct eth_device *dev, bd_t *bd) +static int smc911x_init(struct eth_device *dev, struct bd_info *bd) { struct smc911x_priv *priv = container_of(dev, struct smc911x_priv, dev); -- cgit v1.2.3