diff options
Diffstat (limited to 'drivers/s390/net/claw.h')
-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 { | |||
278 | __u16 write_size; /* write buffer size */ | 278 | __u16 write_size; /* write buffer size */ |
279 | __u16 dev_id; /* device ident */ | 279 | __u16 dev_id; /* device ident */ |
280 | __u8 packing; /* are we packing? */ | 280 | __u8 packing; /* are we packing? */ |
281 | volatile __u8 queme_switch; /* gate for imed packing */ | ||
282 | volatile unsigned long pk_delay; /* Delay for adaptive packing */ | ||
283 | __u8 in_use; /* device active flag */ | 281 | __u8 in_use; /* device active flag */ |
284 | struct net_device *ndev; /* backward ptr to the net dev*/ | 282 | struct net_device *ndev; /* backward ptr to the net dev*/ |
285 | }; | 283 | }; |