]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/arm_pl180_mmci.h
mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototype
[u-boot] / drivers / mmc / arm_pl180_mmci.h
index f23bd391eed1c5ce91af4ee59a8c992c69ff65e9..6e232f7df26ccd1ec71054c24b4ed04a76b2dc47 100644 (file)
@@ -190,6 +190,6 @@ struct pl180_mmc_host {
        struct mmc_config cfg;
 };
 
-int arm_pl180_mmci_init(struct pl180_mmc_host *);
+int arm_pl180_mmci_init(struct pl180_mmc_host *host, struct mmc **mmc);
 
 #endif