mmc: core: Remove MMC_CAP_RUNTIME_RESUME as it's redundant
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
@@ -1543,7 +1543,6 @@ static int msdc_drv_probe(struct platform_device *pdev)
|
||||
mmc->f_min = host->src_clk_freq / (4 * 255);
|
||||
|
||||
mmc->caps |= MMC_CAP_ERASE | MMC_CAP_CMD23;
|
||||
mmc->caps |= MMC_CAP_RUNTIME_RESUME;
|
||||
/* MMC core transfer sizes tunable parameters */
|
||||
mmc->max_segs = MAX_BD_NUM;
|
||||
mmc->max_seg_size = BDMA_DESC_BUFLEN;
|
||||
|
Reference in New Issue
Block a user