treewide: convert bd_t to struct bd_info by coccinelle
[platform/kernel/u-boot.git] / board / renesas / r7780mp / r7780mp.c
index 120464c..422381c 100644 (file)
@@ -57,7 +57,7 @@ void pci_init_board(void)
        pci_sh7780_init(&hose);
 }
 
-int board_eth_init(bd_t *bis)
+int board_eth_init(struct bd_info *bis)
 {
        /* return >= 0 if a chip is found, the board's AX88796L is n2k-based */
        return ne2k_register() + pci_eth_init(bis);