aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 35354207e71f..0cf705c83998 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -319,6 +319,8 @@ struct mmc_host {
319 int rescan_disable; /* disable card detection */ 319 int rescan_disable; /* disable card detection */
320 int rescan_entered; /* used with nonremovable devices */ 320 int rescan_entered; /* used with nonremovable devices */
321 321
322 bool trigger_card_event; /* card_event necessary */
323
322 struct mmc_card *card; /* device attached to this host */ 324 struct mmc_card *card; /* device attached to this host */
323 325
324 wait_queue_head_t wq; 326 wait_queue_head_t wq;