diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2012-05-01 16:43:37 (GMT) |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-10 08:18:55 (GMT) |
commit | 21334ea9086c31db38e76152a1e31001a0ed288a (patch) | |
tree | 0948b963c3bd76c9cc555b0bda6735b88d2ebde2 /drivers/scsi/hpsa.h | |
parent | d82357eaaa4c9b9cb16cbc1b95cb015801506a33 (diff) | |
download | linux-21334ea9086c31db38e76152a1e31001a0ed288a.tar.xz |
[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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h index 79c36aa..fb51ef7 100644 --- a/drivers/scsi/hpsa.h +++ b/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; |