diff options
author | Ursula Braun <braunu@de.ibm.com> | 2008-02-08 13:09:01 +0100 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-02-11 11:14:46 -0500 |
commit | 2cde1f30b35f49f171448b86ab9abbbaaeb7d81b (patch) | |
tree | 46dcf2fec91038058350cd4e81d627f5d7ebd615 | |
parent | 5289b4c41f5abeff92c4e1d0fabfca17c83d3c7c (diff) |
claw: removal of volatile variables
Volatile variables queme_switch and pk_delay are not used anyway.
They are just a left over from an unused timer based packing logic.
Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r-- | drivers/s390/net/claw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/s390/net/claw.h b/drivers/s390/net/claw.h index 1ee9a6f06541..7fbd017153ee 100644 --- a/drivers/s390/net/claw.h +++ b/drivers/s390/net/claw.h @@ -278,8 +278,6 @@ struct claw_env { __u16 write_size; /* write buffer size */ __u16 dev_id; /* device ident */ __u8 packing; /* are we packing? */ - volatile __u8 queme_switch; /* gate for imed packing */ - volatile unsigned long pk_delay; /* Delay for adaptive packing */ __u8 in_use; /* device active flag */ struct net_device *ndev; /* backward ptr to the net dev*/ }; |