From f37b7e4f6c0a383a8097268ea595d4cdb1621871 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 30 Dec 2016 15:30:20 +0900 Subject: mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER Ther is no usage anywhere. It doesn't need to maintain this bit. Signed-off-by: Jaehoon Chung --- drivers/mmc/sdhci.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/mmc') diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index 6ce5e8f..5d8969a 100644 --- a/drivers/mmc/sdhci.c +++ b/drivers/mmc/sdhci.c @@ -411,9 +411,6 @@ static void sdhci_set_power(struct sdhci_host *host, unsigned short power) return; } - if (host->quirks & SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER) - sdhci_writeb(host, pwr, SDHCI_POWER_CONTROL); - pwr |= SDHCI_POWER_ON; sdhci_writeb(host, pwr, SDHCI_POWER_CONTROL); -- cgit v1.1