diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 28e2f53c7c4dec..a5bd173817e2d9 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -490,9 +490,7 @@ static inline int mmc_boot_partition_access(struct mmc_host *host) static inline int mmc_host_uhs(struct mmc_host *host) { return host->caps & - (MMC_CAP_UHS_SDR12 | MMC_CAP_UHS_SDR25 | - MMC_CAP_UHS_SDR50 | MMC_CAP_UHS_SDR104 | - MMC_CAP_UHS_DDR50); + 0; } static inline int mmc_host_packed_wr(struct mmc_host *host)