diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2011-12-27 15:48:45 +0200 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-01-11 23:58:47 -0500 |
commit | e2a0a5829c4069ee4a0f28c7301187ffaba91a46 (patch) | |
tree | 347156df029072cb4c84bdae66e2daac547eb838 /include/linux/mmc | |
parent | c5e027a4a19d6267e36107fc32b5a4f3cd27976a (diff) | |
download | linux-3.10-e2a0a5829c4069ee4a0f28c7301187ffaba91a46.tar.gz linux-3.10-e2a0a5829c4069ee4a0f28c7301187ffaba91a46.tar.bz2 linux-3.10-e2a0a5829c4069ee4a0f28c7301187ffaba91a46.zip |
mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTION
Even if a driver provides separate card detection, an interrupt
is still needed to abort mmc requests that are in progress.
SDHCI_QUIRK2_OWN_CARD_DETECTION prevents that, so remove it.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/sdhci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mmc/sdhci.h b/include/linux/mmc/sdhci.h index e4b69353678..dad7a469f09 100644 --- a/include/linux/mmc/sdhci.h +++ b/include/linux/mmc/sdhci.h @@ -90,8 +90,6 @@ struct sdhci_host { unsigned int quirks2; /* More deviations from spec. */ -#define SDHCI_QUIRK2_OWN_CARD_DETECTION (1<<0) - int irq; /* Device IRQ */ void __iomem *ioaddr; /* Mapped address */ |