Re: [patch 1/5] claw: removal of volatile variables

2008-02-11 Thread Jeff Garzik

applied 1-5 to #upstream-fixes (2.6.25)


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[patch 1/5] claw: removal of volatile variables

2008-02-08 Thread Ursula Braun
From: Ursula Braun <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
---

 drivers/s390/net/claw.h |2 --
 1 file changed, 2 deletions(-)

Index: linux-2.6-uschi/drivers/s390/net/claw.h
===
--- linux-2.6-uschi.orig/drivers/s390/net/claw.h
+++ linux-2.6-uschi/drivers/s390/net/claw.h
@@ -278,8 +278,6 @@ struct claw_env {
 __u16   write_size; /* write buffer size */
 __u16   dev_id; /* device ident */
__u8packing;/* are we packing? */
-   volatile __u8   queme_switch;   /* gate for imed packing  */
-   volatile unsigned long  pk_delay;   /* Delay for adaptive packing */
 __u8in_use; /* device active flag */
 struct net_device   *ndev; /* backward ptr to the net dev*/
 };

-- 
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html