]> Git Repo - u-boot.git/blobdiff - board/imgtec/ci20/ci20.c
common: Drop asm/global_data.h from common header
[u-boot.git] / board / imgtec / ci20 / ci20.c
index 5339b9e9f94f5ac82a4d6f31d85074729dcd704c..7ee175d40a5b092d6f8a581d5436b4670d29315a 100644 (file)
@@ -11,6 +11,7 @@
 #include <init.h>
 #include <net.h>
 #include <netdev.h>
+#include <asm/global_data.h>
 #include <asm/io.h>
 #include <asm/gpio.h>
 #include <linux/bitops.h>
@@ -195,7 +196,7 @@ int misc_init_r(void)
 }
 
 #ifdef CONFIG_DRIVER_DM9000
-int board_eth_init(bd_t *bis)
+int board_eth_init(struct bd_info *bis)
 {
        /* Enable clock */
        jz4780_clk_ungate_ethernet();
@@ -254,7 +255,7 @@ int checkboard(void)
 #ifdef CONFIG_SPL_BUILD
 
 #if defined(CONFIG_SPL_MMC_SUPPORT)
-int board_mmc_init(bd_t *bd)
+int board_mmc_init(struct bd_info *bd)
 {
        ci20_mux_mmc();
        return jz_mmc_init((void __iomem *)MSC0_BASE);
This page took 0.02597 seconds and 4 git commands to generate.