aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mvsas
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/mvsas')
-rw-r--r--drivers/scsi/mvsas/mv_sas.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/mvsas/mv_sas.h b/drivers/scsi/mvsas/mv_sas.h
index 75b9748ae7cc..93735edff507 100644
--- a/drivers/scsi/mvsas/mv_sas.h
+++ b/drivers/scsi/mvsas/mv_sas.h
@@ -313,8 +313,7 @@ struct mvs_info {
313 const struct mvs_chip_info *chip; 313 const struct mvs_chip_info *chip;
314 314
315 int tags_num; 315 int tags_num;
316 u8 tags[MVS_SLOTS >> 3]; 316 DECLARE_BITMAP(tags, MVS_SLOTS);
317
318 /* further per-slot information */ 317 /* further per-slot information */
319 struct mvs_phy phy[MVS_MAX_PHYS]; 318 struct mvs_phy phy[MVS_MAX_PHYS];
320 struct mvs_port port[MVS_MAX_PHYS]; 319 struct mvs_port port[MVS_MAX_PHYS];