summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDong Aisheng <b29396@freescale.com>2013-11-08 18:50:07 +0800
committerDong Aisheng <b29396@freescale.com>2013-11-08 21:45:23 +0800
commitbe802e506e13cddcd854f585aa966f3d4728299d (patch)
tree3efec7530c426c0365d03246908237f2524386ec /include
parentfad25b9a36735d11cf2287ab12055c3d921458c0 (diff)
ENGR00286971-4 Revert "ENGR00278504-1 mmc: sdhci: add quirk for broken acmd23"
The ACMD23 unwork issue is fixed now. so the former quirk to disable ACMD23 can be removed. This reverts commit fd27fce042bfd289eab6dbb7c98ab3adb48ca25b. Signed-off-by: Dong Aisheng <b29396@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/sdhci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mmc/sdhci.h b/include/linux/mmc/sdhci.h
index d078ac2f3797..b838ffc49e4a 100644
--- a/include/linux/mmc/sdhci.h
+++ b/include/linux/mmc/sdhci.h
@@ -95,7 +95,6 @@ struct sdhci_host {
/* The system physically doesn't support 1.8v, even if the host does */
#define SDHCI_QUIRK2_NO_1_8_V (1<<2)
#define SDHCI_QUIRK2_PRESET_VALUE_BROKEN (1<<3)
-#define SDHCI_QUIRK2_BROKEN_AUTO_CMD23 (1<<4)
int irq; /* Device IRQ */
void __iomem *ioaddr; /* Mapped address */