treewide: convert bd_t to struct bd_info by coccinelle
[platform/kernel/u-boot.git] / board / freescale / ls1046aqds / eth.c
index 579e2da..8f5f95e 100644 (file)
@@ -261,7 +261,7 @@ void fdt_fixup_board_enet(void *fdt)
        }
 }
 
-int board_eth_init(bd_t *bis)
+int board_eth_init(struct bd_info *bis)
 {
 #ifdef CONFIG_FMAN_ENET
        int i, idx, lane, slot, interface;