Commit e062c8ae85df633f2ecaa5a5af0d9922ced5e074

Authored by Pierre Ossman
Committed by Russell King
1 parent fecf92ba05

[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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -184,7 +184,6 @@
184 184 struct tasklet_struct finish_tasklet;
185 185 struct tasklet_struct block_tasklet;
186 186  
187   - struct timer_list detect_timer; /* Card detection timer */
188 187 struct timer_list ignore_timer; /* Ignore detection timer */
189 188 };