diff options
Diffstat (limited to 'drivers/scsi/hpsa_cmd.h')
-rw-r--r-- | drivers/scsi/hpsa_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa_cmd.h b/drivers/scsi/hpsa_cmd.h index 7910c1411156..785abdd0333c 100644 --- a/drivers/scsi/hpsa_cmd.h +++ b/drivers/scsi/hpsa_cmd.h | |||
@@ -292,7 +292,7 @@ struct CommandList { | |||
292 | struct ctlr_info *h; | 292 | struct ctlr_info *h; |
293 | int cmd_type; | 293 | int cmd_type; |
294 | long cmdindex; | 294 | long cmdindex; |
295 | struct hlist_node list; | 295 | struct list_head list; |
296 | struct request *rq; | 296 | struct request *rq; |
297 | struct completion *waiting; | 297 | struct completion *waiting; |
298 | void *scsi_cmd; | 298 | void *scsi_cmd; |