diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-01-28 17:11:27 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-07 19:02:33 -0500 |
commit | f8d9d654fcc7dd87f5d0b222e233eaab15d650c4 (patch) | |
tree | 22514d77f4904b4cf9dabb4321cf763e2afa91fc /include/scsi | |
parent | 5234e25c35a708708559727b1e3e04de3a538828 (diff) |
[SCSI] libiscsi: make __iscsi_complete_pdu() static
__iscsi_complete_pdu() can now become static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libiscsi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h index 889f51fabab9..71eda24114e9 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h | |||
@@ -349,8 +349,6 @@ extern int iscsi_conn_send_pdu(struct iscsi_cls_conn *, struct iscsi_hdr *, | |||
349 | char *, uint32_t); | 349 | char *, uint32_t); |
350 | extern int iscsi_complete_pdu(struct iscsi_conn *, struct iscsi_hdr *, | 350 | extern int iscsi_complete_pdu(struct iscsi_conn *, struct iscsi_hdr *, |
351 | char *, int); | 351 | char *, int); |
352 | extern int __iscsi_complete_pdu(struct iscsi_conn *, struct iscsi_hdr *, | ||
353 | char *, int); | ||
354 | extern int iscsi_verify_itt(struct iscsi_conn *, struct iscsi_hdr *, | 352 | extern int iscsi_verify_itt(struct iscsi_conn *, struct iscsi_hdr *, |
355 | uint32_t *); | 353 | uint32_t *); |
356 | extern void iscsi_requeue_ctask(struct iscsi_cmd_task *ctask); | 354 | extern void iscsi_requeue_ctask(struct iscsi_cmd_task *ctask); |