From 8256ba602e55e24ab00ccda774012222f36c89d4 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Fri, 14 Feb 2014 11:24:27 -0600 Subject: [PATCH] wctc4xxp: Trivial. Remove unused timer_list from struct tcb. The timer_list member of the transcoder buffer has not been used for a long time. Saves some space in the buffer in addition to removing any future curiosity about what it is for. Signed-off-by: Shaun Ruffell --- drivers/dahdi/wctc4xxp/base.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/dahdi/wctc4xxp/base.c b/drivers/dahdi/wctc4xxp/base.c index f8eab39..6c4cd07 100644 --- a/drivers/dahdi/wctc4xxp/base.c +++ b/drivers/dahdi/wctc4xxp/base.c @@ -205,7 +205,6 @@ struct tcb { unsigned long flags; struct tcb *response; struct completion complete; - struct timer_list timer; /* The number of bytes available in data. */ int data_len; spinlock_t lock;