diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2008-04-03 16:13:15 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 13:19:13 -0400 |
commit | 0ddda2d1529f2d01d3b043782d2efcf0499fc3db (patch) | |
tree | 4ae361d425ce6cf4c287f36fdef07d985d6af47d /drivers/scsi/qla2xxx/qla_gbl.h | |
parent | 2ae2b3709542a4b5b691985ecbdf3b79303d9e56 (diff) |
[SCSI] qla2xxx: Remove unused and obsolete #define's.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.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 70af95070aed..97625d49a43c 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -151,10 +151,8 @@ qla2x00_issue_iocb(scsi_qla_host_t *, void *, dma_addr_t, size_t); | |||
151 | extern int | 151 | extern int |
152 | qla2x00_abort_command(scsi_qla_host_t *, srb_t *); | 152 | qla2x00_abort_command(scsi_qla_host_t *, srb_t *); |
153 | 153 | ||
154 | #if USE_ABORT_TGT | ||
155 | extern int | 154 | extern int |
156 | qla2x00_abort_target(fc_port_t *); | 155 | qla2x00_abort_target(fc_port_t *); |
157 | #endif | ||
158 | 156 | ||
159 | extern int | 157 | extern int |
160 | qla2x00_get_adapter_id(scsi_qla_host_t *, uint16_t *, uint8_t *, uint8_t *, | 158 | qla2x00_get_adapter_id(scsi_qla_host_t *, uint16_t *, uint8_t *, uint8_t *, |