diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2006-05-17 18:09:22 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-05-20 10:43:22 -0400 |
commit | 75bc4190701d3c6bdffdc21c8a9e17751de9f77a (patch) | |
tree | 3d0567fcf95bab224f8a75759f593619a0a2f28a /drivers/scsi/qla2xxx/qla_gbl.h | |
parent | 5341e868fb2e98090a68860a35bf4c11d7f8e5da (diff) |
[SCSI] qla2xxx: Drop unused driver cruft.
- structure definitions.
- structure members.
- #define's.
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_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 91e83e2c1eb8..26d1181b3389 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -70,8 +70,6 @@ extern void qla2x00_sp_compl(scsi_qla_host_t *, srb_t *); | |||
70 | 70 | ||
71 | extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *); | 71 | extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *); |
72 | 72 | ||
73 | extern void qla2x00_cmd_timeout(srb_t *); | ||
74 | |||
75 | extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int, int); | 73 | extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int, int); |
76 | extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *, int); | 74 | extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *, int); |
77 | 75 | ||