diff options
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index c89f41091304..92efe8e5be7e 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -147,6 +147,9 @@ struct mmc_host { | |||
147 | struct mmc_card *card_selected; /* the selected MMC card */ | 147 | struct mmc_card *card_selected; /* the selected MMC card */ |
148 | 148 | ||
149 | struct delayed_work detect; | 149 | struct delayed_work detect; |
150 | #ifdef CONFIG_MMC_DEBUG | ||
151 | unsigned int removed:1; /* host is being removed */ | ||
152 | #endif | ||
150 | 153 | ||
151 | unsigned long private[0] ____cacheline_aligned; | 154 | unsigned long private[0] ____cacheline_aligned; |
152 | }; | 155 | }; |