From: Ursula Braun Date: Fri, 8 Feb 2008 12:09:01 +0000 (+0100) Subject: claw: removal of volatile variables X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2cde1f30b35f49f171448b86ab9abbbaaeb7d81b;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Jeff Garzik --- 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*/ };