diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/libiscsi.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/libiscsi.c b/drivers/scsi/libiscsi.c index 553168ae44f1..e7942628ac4a 100644 --- a/drivers/scsi/libiscsi.c +++ b/drivers/scsi/libiscsi.c | |||
@@ -541,8 +541,8 @@ static int iscsi_handle_reject(struct iscsi_conn *conn, struct iscsi_hdr *hdr, | |||
541 | * queuecommand or send generic. session lock must be held and verify | 541 | * queuecommand or send generic. session lock must be held and verify |
542 | * itt must have been called. | 542 | * itt must have been called. |
543 | */ | 543 | */ |
544 | int __iscsi_complete_pdu(struct iscsi_conn *conn, struct iscsi_hdr *hdr, | 544 | static int __iscsi_complete_pdu(struct iscsi_conn *conn, struct iscsi_hdr *hdr, |
545 | char *data, int datalen) | 545 | char *data, int datalen) |
546 | { | 546 | { |
547 | struct iscsi_session *session = conn->session; | 547 | struct iscsi_session *session = conn->session; |
548 | int opcode = hdr->opcode & ISCSI_OPCODE_MASK, rc = 0; | 548 | int opcode = hdr->opcode & ISCSI_OPCODE_MASK, rc = 0; |
@@ -672,7 +672,6 @@ int __iscsi_complete_pdu(struct iscsi_conn *conn, struct iscsi_hdr *hdr, | |||
672 | 672 | ||
673 | return rc; | 673 | return rc; |
674 | } | 674 | } |
675 | EXPORT_SYMBOL_GPL(__iscsi_complete_pdu); | ||
676 | 675 | ||
677 | int iscsi_complete_pdu(struct iscsi_conn *conn, struct iscsi_hdr *hdr, | 676 | int iscsi_complete_pdu(struct iscsi_conn *conn, struct iscsi_hdr *hdr, |
678 | char *data, int datalen) | 677 | char *data, int datalen) |