]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SCSI] hpsa: removed unused member maxQsinceinit
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Tue, 1 May 2012 16:43:37 +0000 (11:43 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 10 May 2012 08:18:55 +0000 (09:18 +0100)
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/hpsa.h

index 79c36aaa2a3779e0768a6a575ba934274c57681a..fb51ef7d48cc1bdeb30f0b280c839ed26204e3a9 100644 (file)
@@ -85,7 +85,6 @@ struct ctlr_info {
        struct list_head reqQ;
        struct list_head cmpQ;
        unsigned int Qdepth;
-       unsigned int maxQsinceinit;
        unsigned int maxSG;
        spinlock_t lock;
        int maxsgentries;