From e062c8ae85df633f2ecaa5a5af0d9922ced5e074 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 12 Sep 2005 20:35:54 +0100 Subject: [PATCH] [MMC] Remove unused timer. Remove timer that was left from earlier cleanup. Signed-off-by: Pierre Ossman Signed-off-by: Russell King --- drivers/mmc/wbsd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/wbsd.h b/drivers/mmc/wbsd.h index 833a621cc0..249baa701c 100644 --- a/drivers/mmc/wbsd.h +++ b/drivers/mmc/wbsd.h @@ -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 */ }; -- 2.39.2