From: Thomas Richter Date: Fri, 16 Jan 2015 13:05:49 +0000 (+0100) Subject: qeth: Remove unneeded structure member X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1dafd094426f8bb8e4a30d429759d0332c3e768d;p=deliverable%2Flinux.git qeth: Remove unneeded structure member The member irq_tasklet in the qeth_channel structure is not referenced anymore and is removed from the structure. Signed-off-by: Thomas Richter Signed-off-by: Ursula Braun Signed-off-by: David S. Miller --- diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h index 7a8bb9f78e76..3abac028899f 100644 --- a/drivers/s390/net/qeth_core.h +++ b/drivers/s390/net/qeth_core.h @@ -596,7 +596,6 @@ struct qeth_channel { struct ccw1 ccw; spinlock_t iob_lock; wait_queue_head_t wait_q; - struct tasklet_struct irq_tasklet; struct ccw_device *ccwdev; /*command buffer for control data*/ struct qeth_cmd_buffer iob[QETH_CMD_BUFFER_NO];