diff options
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 92efe8e5be7..6ea3c0ea3e1 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -138,14 +138,12 @@ struct mmc_host { | |||
138 | #define MMC_MODE_MMC 0 | 138 | #define MMC_MODE_MMC 0 |
139 | #define MMC_MODE_SD 1 | 139 | #define MMC_MODE_SD 1 |
140 | 140 | ||
141 | struct list_head cards; /* devices attached to this host */ | 141 | struct mmc_card *card; /* device attached to this host */ |
142 | 142 | ||
143 | wait_queue_head_t wq; | 143 | wait_queue_head_t wq; |
144 | spinlock_t lock; /* claimed lock */ | 144 | spinlock_t lock; /* claimed lock */ |
145 | unsigned int claimed:1; /* host exclusively claimed */ | 145 | unsigned int claimed:1; /* host exclusively claimed */ |
146 | 146 | ||
147 | struct mmc_card *card_selected; /* the selected MMC card */ | ||
148 | |||
149 | struct delayed_work detect; | 147 | struct delayed_work detect; |
150 | #ifdef CONFIG_MMC_DEBUG | 148 | #ifdef CONFIG_MMC_DEBUG |
151 | unsigned int removed:1; /* host is being removed */ | 149 | unsigned int removed:1; /* host is being removed */ |