diff options
-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 1ee9a6f0654..7fbd017153e 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*/ }; |