]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
qeth: Remove unneeded structure member
authorThomas Richter <tmricht@linux.vnet.ibm.com>
Fri, 16 Jan 2015 13:05:49 +0000 (14:05 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Jan 2015 04:55:00 +0000 (23:55 -0500)
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>
drivers/s390/net/qeth_core.h

index 7a8bb9f78e7639d915d478e0ee0cc11b3f905f4a..3abac028899f10d97d448122ce7696050f36dfe0 100644 (file)
@@ -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];