All the other functions in the driver take a struct sunxi_mmc_host pointer.
Let's make it consistent.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
        return 0;
 }
 
-static int sunxi_mmc_init_host(struct mmc_host *mmc)
+static int sunxi_mmc_init_host(struct sunxi_mmc_host *host)
 {
        u32 rval;
-       struct sunxi_mmc_host *host = mmc_priv(mmc);
 
        if (sunxi_mmc_reset_host(host))
                return -EIO;
                        host->vqmmc_enabled = true;
                }
 
-               host->ferror = sunxi_mmc_init_host(mmc);
+               host->ferror = sunxi_mmc_init_host(host);
                if (host->ferror)
                        return;