aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/wbsd.h
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2005-09-12 15:35:54 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-09-12 15:35:54 -0400
commite062c8ae85df633f2ecaa5a5af0d9922ced5e074 (patch)
tree7745b8c938c64e41bebb293f7f96b8a171f7783f /drivers/mmc/wbsd.h
parentfecf92ba050a426b3bd302b6ba1c1525d576ccb9 (diff)
[MMC] Remove unused timer.
Remove timer that was left from earlier cleanup. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mmc/wbsd.h')
-rw-r--r--drivers/mmc/wbsd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/wbsd.h b/drivers/mmc/wbsd.h
index 833a621cc01a..249baa701cb0 100644
--- a/drivers/mmc/wbsd.h
+++ b/drivers/mmc/wbsd.h
@@ -184,6 +184,5 @@ struct wbsd_host
184 struct tasklet_struct finish_tasklet; 184 struct tasklet_struct finish_tasklet;
185 struct tasklet_struct block_tasklet; 185 struct tasklet_struct block_tasklet;
186 186
187 struct timer_list detect_timer; /* Card detection timer */
188 struct timer_list ignore_timer; /* Ignore detection timer */ 187 struct timer_list ignore_timer; /* Ignore detection timer */
189}; 188};