diff options
author | Roland Dreier <roland@purestorage.com> | 2012-06-11 21:31:30 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-06-12 23:15:43 -0400 |
commit | 9389c3c943da7e5f903eebf79d596601537afe01 (patch) | |
tree | e63dbe9ab4eb2e8fdd410909e9c09298de9661b1 /drivers/scsi/qla2xxx | |
parent | fae9eaf81323eda64f28b9f4f4aeffb807e5b5f4 (diff) |
tcm_qla2xxx: tcm_qla2xxx_handle_tmr() can be static
Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/scsi/qla2xxx')
-rw-r--r-- | drivers/scsi/qla2xxx/tcm_qla2xxx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/tcm_qla2xxx.c b/drivers/scsi/qla2xxx/tcm_qla2xxx.c index acc3b1151c4f..2f12c0921334 100644 --- a/drivers/scsi/qla2xxx/tcm_qla2xxx.c +++ b/drivers/scsi/qla2xxx/tcm_qla2xxx.c | |||
@@ -652,8 +652,8 @@ static int tcm_qla2xxx_handle_data(struct qla_tgt_cmd *cmd) | |||
652 | /* | 652 | /* |
653 | * Called from qla_target.c:qlt_issue_task_mgmt() | 653 | * Called from qla_target.c:qlt_issue_task_mgmt() |
654 | */ | 654 | */ |
655 | int tcm_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, uint32_t lun, | 655 | static int tcm_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, uint32_t lun, |
656 | uint8_t tmr_func, uint32_t tag) | 656 | uint8_t tmr_func, uint32_t tag) |
657 | { | 657 | { |
658 | struct qla_tgt_sess *sess = mcmd->sess; | 658 | struct qla_tgt_sess *sess = mcmd->sess; |
659 | struct se_cmd *se_cmd = &mcmd->se_cmd; | 659 | struct se_cmd *se_cmd = &mcmd->se_cmd; |