[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 79c36aa..fb51ef7 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;