aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.h
diff options
context:
space:
mode:
authorStephen M. Cameron <scameron@beardog.cce.hp.com>2012-05-01 12:43:37 -0400
committerJames Bottomley <JBottomley@Parallels.com>2012-05-10 04:18:55 -0400
commit21334ea9086c31db38e76152a1e31001a0ed288a (patch)
tree0948b963c3bd76c9cc555b0bda6735b88d2ebde2 /drivers/scsi/hpsa.h
parentd82357eaaa4c9b9cb16cbc1b95cb015801506a33 (diff)
[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>
Diffstat (limited to 'drivers/scsi/hpsa.h')
-rw-r--r--drivers/scsi/hpsa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h
index 79c36aaa2a37..fb51ef7d48cc 100644
--- a/drivers/scsi/hpsa.h
+++ b/drivers/scsi/hpsa.h
@@ -85,7 +85,6 @@ struct ctlr_info {
85 struct list_head reqQ; 85 struct list_head reqQ;
86 struct list_head cmpQ; 86 struct list_head cmpQ;
87 unsigned int Qdepth; 87 unsigned int Qdepth;
88 unsigned int maxQsinceinit;
89 unsigned int maxSG; 88 unsigned int maxSG;
90 spinlock_t lock; 89 spinlock_t lock;
91 int maxsgentries; 90 int maxsgentries;