diff options
-rw-r--r-- | drivers/scsi/ipr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h index 4b63dd6b1c81..163245a1c3e5 100644 --- a/drivers/scsi/ipr.h +++ b/drivers/scsi/ipr.h | |||
@@ -1199,7 +1199,7 @@ struct ipr_ioa_cfg { | |||
1199 | 1199 | ||
1200 | struct ata_host ata_host; | 1200 | struct ata_host ata_host; |
1201 | char ipr_cmd_label[8]; | 1201 | char ipr_cmd_label[8]; |
1202 | #define IPR_CMD_LABEL "ipr_cmnd" | 1202 | #define IPR_CMD_LABEL "ipr_cmd" |
1203 | struct ipr_cmnd *ipr_cmnd_list[IPR_NUM_CMD_BLKS]; | 1203 | struct ipr_cmnd *ipr_cmnd_list[IPR_NUM_CMD_BLKS]; |
1204 | u32 ipr_cmnd_list_dma[IPR_NUM_CMD_BLKS]; | 1204 | u32 ipr_cmnd_list_dma[IPR_NUM_CMD_BLKS]; |
1205 | }; | 1205 | }; |