aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/wbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/wbsd.h')
-rw-r--r--drivers/mmc/wbsd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/wbsd.h b/drivers/mmc/wbsd.h
index 864f30828d01..9f5383e6e593 100644
--- a/drivers/mmc/wbsd.h
+++ b/drivers/mmc/wbsd.h
@@ -187,4 +187,6 @@ struct wbsd_host
187 struct tasklet_struct timeout_tasklet; 187 struct tasklet_struct timeout_tasklet;
188 struct tasklet_struct finish_tasklet; 188 struct tasklet_struct finish_tasklet;
189 struct tasklet_struct block_tasklet; 189 struct tasklet_struct block_tasklet;
190
191 struct timer_list timer; /* Card detection timer */
190}; 192};