diff options
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 338a9b3d51e4..631a2fea5264 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -182,6 +182,8 @@ struct mmc_host { | |||
182 | struct mmc_card *card; /* device attached to this host */ | 182 | struct mmc_card *card; /* device attached to this host */ |
183 | 183 | ||
184 | wait_queue_head_t wq; | 184 | wait_queue_head_t wq; |
185 | struct task_struct *claimer; /* task that has host claimed */ | ||
186 | int claim_cnt; /* "claim" nesting count */ | ||
185 | 187 | ||
186 | struct delayed_work detect; | 188 | struct delayed_work detect; |
187 | 189 | ||