mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 01:23:20 +00:00
[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>
This commit is contained in:
parent
d82357eaaa
commit
21334ea908
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user