diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2016-12-30 15:30:15 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2017-01-11 19:40:12 +0900 |
commit | 6f88a3a5d9488bc0aed5a62ca5f2a3cda4deded9 (patch) | |
tree | b81cbceecd44912464bfba30c9fff6106a067d16 /include/sdhci.h | |
parent | 5e96217f04342bfeca7a089eb1cfa726f719a8a0 (diff) | |
download | u-boot-6f88a3a5d9488bc0aed5a62ca5f2a3cda4deded9.tar.gz |
mmc: sdhci: remove the SDHCI_QUIRK_NO_CD
This quirk doesn't need anymore.
It's replaced to get_cd callback function.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include/sdhci.h')
-rw-r--r-- | include/sdhci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sdhci.h b/include/sdhci.h index 0c0f48f493..e4299d1e1b 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -213,7 +213,6 @@ #define SDHCI_QUIRK_BROKEN_R1B (1 << 2) #define SDHCI_QUIRK_NO_HISPD_BIT (1 << 3) #define SDHCI_QUIRK_BROKEN_VOLTAGE (1 << 4) -#define SDHCI_QUIRK_NO_CD (1 << 5) #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) |