diff options
author | Scott Teel <scott.teel@hp.com> | 2011-10-26 17:21:07 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-10-30 06:16:38 -0400 |
commit | cfe5badcab2e993e71ebebbc07c21c270e5580c0 (patch) | |
tree | 438ae97173277c62a241d6775bf208a4d5c65ec6 /drivers/scsi/hpsa.h | |
parent | 03ab31f4c14f259bfa160543c83dbfd93d6fb3e2 (diff) |
[SCSI] hpsa: rename HPSA_MAX_SCSI_DEVS_PER_HBA
Rename HPSA_MAX_SCSI_DEVS_PER_HBA to HPSA_MAX_DEVICES
Signed-off-by: Scott Teel <scott.teel@hp.com>
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/hpsa.h')
-rw-r--r-- | drivers/scsi/hpsa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h index 111b79e32b2b..4de9f71d8bff 100644 --- a/drivers/scsi/hpsa.h +++ b/drivers/scsi/hpsa.h | |||
@@ -102,8 +102,8 @@ struct ctlr_info { | |||
102 | struct Scsi_Host *scsi_host; | 102 | struct Scsi_Host *scsi_host; |
103 | spinlock_t devlock; /* to protect hba[ctlr]->dev[]; */ | 103 | spinlock_t devlock; /* to protect hba[ctlr]->dev[]; */ |
104 | int ndevices; /* number of used elements in .dev[] array. */ | 104 | int ndevices; /* number of used elements in .dev[] array. */ |
105 | #define HPSA_MAX_SCSI_DEVS_PER_HBA 256 | 105 | #define HPSA_MAX_DEVICES 256 |
106 | struct hpsa_scsi_dev_t *dev[HPSA_MAX_SCSI_DEVS_PER_HBA]; | 106 | struct hpsa_scsi_dev_t *dev[HPSA_MAX_DEVICES]; |
107 | /* | 107 | /* |
108 | * Performant mode tables. | 108 | * Performant mode tables. |
109 | */ | 109 | */ |