* In the case of a resume, "curcard" will contain the card
  * we're trying to reinitialise.
  */
-static int mmc_sd_init_card(struct mmc_host *host, u32 ocr,
+static int mmc_init_card(struct mmc_host *host, u32 ocr,
        struct mmc_card *oldcard)
 {
        struct mmc_card *card;
 
        mmc_claim_host(host);
 
-       err = mmc_sd_init_card(host, host->ocr, host->card);
+       err = mmc_init_card(host, host->ocr, host->card);
        if (err != MMC_ERR_NONE) {
                mmc_remove(host);
                mmc_detach_bus(host);
        /*
         * Detect and init the card.
         */
-       err = mmc_sd_init_card(host, host->ocr, NULL);
+       err = mmc_init_card(host, host->ocr, NULL);
        if (err != MMC_ERR_NONE)
                goto err;