mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 02:52:56 +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 reqQ;
|
||||||
struct list_head cmpQ;
|
struct list_head cmpQ;
|
||||||
unsigned int Qdepth;
|
unsigned int Qdepth;
|
||||||
unsigned int maxQsinceinit;
|
|
||||||
unsigned int maxSG;
|
unsigned int maxSG;
|
||||||
spinlock_t lock;
|
spinlock_t lock;
|
||||||
int maxsgentries;
|
int maxsgentries;
|
||||||
|
Loading…
Reference in New Issue
Block a user