]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mmc/host.h
mmc: Flush pending detects on host removal
[linux-2.6-omap-h63xx.git] / include / linux / mmc / host.h
index c89f410913045b1e262715919758d340e6f12790..92efe8e5be7e6013ae8581504fa9e9d90d6e7967 100644 (file)
@@ -147,6 +147,9 @@ struct mmc_host {
        struct mmc_card         *card_selected; /* the selected MMC card */
 
        struct delayed_work     detect;
+#ifdef CONFIG_MMC_DEBUG
+       unsigned int            removed:1;      /* host is being removed */
+#endif
 
        unsigned long           private[0] ____cacheline_aligned;
 };