]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mmc/core/bus.c
mmc: sdio: support SDIO UHS cards
[karo-tx-linux.git] / drivers / mmc / core / bus.c
index 46b6e84d953e3f29697fbdb4d275edc778783988..f8a228a61fd4572349697b15edc6a89d82379e48 100644 (file)
  *  MMC card bus driver model
  */
 
+#include <linux/export.h>
 #include <linux/device.h>
 #include <linux/err.h>
 #include <linux/slab.h>
+#include <linux/stat.h>
 #include <linux/pm_runtime.h>
 
 #include <linux/mmc/card.h>
@@ -303,7 +305,7 @@ int mmc_add_card(struct mmc_card *card)
        } else {
                printk(KERN_INFO "%s: new %s%s%s card at address %04x\n",
                        mmc_hostname(card->host),
-                       mmc_sd_card_uhs(card) ? "ultra high speed " :
+                       mmc_card_uhs(card) ? "ultra high speed " :
                        (mmc_card_highspeed(card) ? "high speed " : ""),
                        mmc_card_ddr_mode(card) ? "DDR " : "",
                        type, card->rca);