diff options
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/sdhci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/sdhci.h b/include/linux/mmc/sdhci.h index 7be12b883485..d1aa97b77dd9 100644 --- a/include/linux/mmc/sdhci.h +++ b/include/linux/mmc/sdhci.h | |||
@@ -177,6 +177,8 @@ struct sdhci_host { | |||
177 | unsigned int ocr_avail_mmc; | 177 | unsigned int ocr_avail_mmc; |
178 | u32 ocr_mask; /* available voltages */ | 178 | u32 ocr_mask; /* available voltages */ |
179 | 179 | ||
180 | u32 thread_isr; | ||
181 | |||
180 | wait_queue_head_t buf_ready_int; /* Waitqueue for Buffer Read Ready interrupt */ | 182 | wait_queue_head_t buf_ready_int; /* Waitqueue for Buffer Read Ready interrupt */ |
181 | unsigned int tuning_done; /* Condition flag set when CMD19 succeeds */ | 183 | unsigned int tuning_done; /* Condition flag set when CMD19 succeeds */ |
182 | 184 | ||