Messages in this thread Patch in this message |  | | | Date | Mon, 12 Sep 2005 16:20:40 +0200 | | From | Pierre Ossman <> | | Subject | Re: [PATCH] Remove unused timer. | |
Pierre Ossman wrote:
> Remove timer that was left from earlier cleanup.
>
> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
> ---
Resend with attachment.
Remove unused timer.
Remove timer that was left from earlier cleanup.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
---
drivers/mmc/wbsd.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/wbsd.h b/drivers/mmc/wbsd.h
--- 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 */
}; |  |