diff options
author | <andrew.vasquez@qlogic.com> | 2005-04-17 16:06:53 -0400 |
---|---|---|
committer | James Bottomley <jejb@titanic> | 2005-04-18 14:47:46 -0400 |
commit | bdf796210e01145fd77bbb3ae644d04f982b6c3b (patch) | |
tree | 92253748a63c51e76a70384d35119e107077b050 /drivers/scsi/qla2xxx/qla_inline.h | |
parent | 8482e118afa0cb4321ab3d30b1100d27d63130c0 (diff) |
[PATCH] qla2xxx: remove lun discovery codes...
Remove internal lun discovery routines and support
structures.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_inline.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_inline.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/scsi/qla2xxx/qla_inline.h b/drivers/scsi/qla2xxx/qla_inline.h index 07c11330f9a3..6a05d1b8d48a 100644 --- a/drivers/scsi/qla2xxx/qla_inline.h +++ b/drivers/scsi/qla2xxx/qla_inline.h | |||
@@ -187,23 +187,6 @@ qla2x00_is_wwn_zero(uint8_t *wwn) | |||
187 | return (0); | 187 | return (0); |
188 | } | 188 | } |
189 | 189 | ||
190 | static __inline__ uint8_t | ||
191 | qla2x00_suspend_lun(scsi_qla_host_t *, os_lun_t *, int, int); | ||
192 | static __inline__ uint8_t | ||
193 | qla2x00_delay_lun(scsi_qla_host_t *, os_lun_t *, int); | ||
194 | |||
195 | static __inline__ uint8_t | ||
196 | qla2x00_suspend_lun(scsi_qla_host_t *ha, os_lun_t *lq, int time, int count) | ||
197 | { | ||
198 | return (__qla2x00_suspend_lun(ha, lq, time, count, 0)); | ||
199 | } | ||
200 | |||
201 | static __inline__ uint8_t | ||
202 | qla2x00_delay_lun(scsi_qla_host_t *ha, os_lun_t *lq, int time) | ||
203 | { | ||
204 | return (__qla2x00_suspend_lun(ha, lq, time, 1, 1)); | ||
205 | } | ||
206 | |||
207 | static __inline__ void qla2x00_check_fabric_devices(scsi_qla_host_t *); | 190 | static __inline__ void qla2x00_check_fabric_devices(scsi_qla_host_t *); |
208 | /* | 191 | /* |
209 | * This routine will wait for fabric devices for | 192 | * This routine will wait for fabric devices for |