diff options
author | Thomas Richter <tmricht@linux.vnet.ibm.com> | 2015-01-16 16:05:49 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-18 07:55:00 +0300 |
commit | 1dafd094426f8bb8e4a30d429759d0332c3e768d (patch) | |
tree | c8ae6b3999d32f81fa0d5d409cf803521137af9c /drivers/s390 | |
parent | 7e846d6b91d9775e7b0b64035033909024338344 (diff) | |
download | linux-1dafd094426f8bb8e4a30d429759d0332c3e768d.tar.xz |
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 <tmricht@linux.vnet.ibm.com>
Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/net/qeth_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
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]; |