diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-24 18:21:28 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-27 13:19:59 -0400 |
commit | 3b8117b837f5768f46e9a876a58de11606f63483 (patch) | |
tree | 6b536bb37d73288a79f8c3253ea414b27896e377 /drivers/scsi/qla2xxx/qla_gbl.h | |
parent | 01ef66bbb65aa4db100b267778202d7657e244e4 (diff) |
[SCSI] qla2xxx: make qla2x00_issue_iocb_timeout() static
This patch makes the needlessly global qla2x00_issue_iocb_timeout()
static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 76eb4fecce65..f8827068d30f 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -152,10 +152,6 @@ extern int | |||
152 | qla2x00_issue_iocb(scsi_qla_host_t *, void *, dma_addr_t, size_t); | 152 | qla2x00_issue_iocb(scsi_qla_host_t *, void *, dma_addr_t, size_t); |
153 | 153 | ||
154 | extern int | 154 | extern int |
155 | qla2x00_issue_iocb_timeout(scsi_qla_host_t *, void *, dma_addr_t, size_t, | ||
156 | uint32_t); | ||
157 | |||
158 | extern int | ||
159 | qla2x00_abort_command(scsi_qla_host_t *, srb_t *); | 155 | qla2x00_abort_command(scsi_qla_host_t *, srb_t *); |
160 | 156 | ||
161 | extern int | 157 | extern int |