Skip to content

Commit

Permalink
[MMC] Remove unused timer.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pierre Ossman authored and Russell King committed Sep 12, 2005
1 parent fecf92b commit e062c8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mmc/wbsd.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,5 @@ struct wbsd_host
struct tasklet_struct finish_tasklet;
struct tasklet_struct block_tasklet;

struct timer_list detect_timer; /* Card detection timer */
struct timer_list ignore_timer; /* Ignore detection timer */
};

0 comments on commit e062c8a

Please sign in to comment.