Browse Source

[SCSI] hpsa: removed unused member maxQsinceinit

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Stephen M. Cameron 13 years ago
parent
commit
21334ea908
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/scsi/hpsa.h

+ 0 - 1
drivers/scsi/hpsa.h

@@ -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;