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 --- include/sdhci.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/sdhci.h b/include/sdhci.h index 9f6bbc84317..7544b494b16 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -214,7 +214,6 @@ #define SDHCI_QUIRK_NO_HISPD_BIT (1 << 3) #define SDHCI_QUIRK_BROKEN_VOLTAGE (1 << 4) #define SDHCI_QUIRK_WAIT_SEND_CMD (1 << 6) -#define SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER (1 << 7) #define SDHCI_QUIRK_USE_WIDE8 (1 << 8) /* to make gcc happy */ -- cgit v1.2.3