diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/sdhci.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/mmc/sdhci.h b/include/linux/mmc/sdhci.h index d1aa97b77dd9..f1c8e14e8751 100644 --- a/include/linux/mmc/sdhci.h +++ b/include/linux/mmc/sdhci.h | |||
| @@ -164,8 +164,7 @@ struct sdhci_host { | |||
| 164 | dma_addr_t adma_addr; /* Mapped ADMA descr. table */ | 164 | dma_addr_t adma_addr; /* Mapped ADMA descr. table */ |
| 165 | dma_addr_t align_addr; /* Mapped bounce buffer */ | 165 | dma_addr_t align_addr; /* Mapped bounce buffer */ |
| 166 | 166 | ||
| 167 | struct tasklet_struct card_tasklet; /* Tasklet structures */ | 167 | struct tasklet_struct finish_tasklet; /* Tasklet structures */ |
| 168 | struct tasklet_struct finish_tasklet; | ||
| 169 | 168 | ||
| 170 | struct timer_list timer; /* Timer for timeouts */ | 169 | struct timer_list timer; /* Timer for timeouts */ |
| 171 | 170 | ||
