claw: removal of volatile variables

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git-commits-head@...>
Date: Friday, February 15, 2008 - 6:00 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2cde1f...
Commit:     2cde1f30b35f49f171448b86ab9abbbaaeb7d81b
Parent:     5289b4c41f5abeff92c4e1d0fabfca17c83d3c7c
Author:     Ursula Braun <braunu@de.ibm.com>
AuthorDate: Fri Feb 8 13:09:01 2008 +0100
Committer:  Jeff Garzik <jeff@garzik.org>
CommitDate: Mon Feb 11 11:14:46 2008 -0500

    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>
---
 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 1ee9a6f..7fbd017 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*/
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
claw: removal of volatile variables, Linux Kernel Mailing List..., (Fri Feb 15, 6:00 pm)