aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_target.h
diff options
context:
space:
mode:
authorJörn Engel <joern@logfs.org>2013-03-18 18:29:53 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2013-04-25 01:05:23 -0700
commitc0c2dd499b7ae3d4d314ef2965ee2387848a39d9 (patch)
tree7aa8dd9d24b9951c81bed9c547fc3c845c782d01 /drivers/scsi/qla2xxx/qla_target.h
parenttcm_fc: using kfree_rcu() to simplify the code (diff)
downloadlinux-dev-c0c2dd499b7ae3d4d314ef2965ee2387848a39d9.tar.xz
linux-dev-c0c2dd499b7ae3d4d314ef2965ee2387848a39d9.zip
qla2xxx: Remove unused function
It was already unused when first introduced in 2d70c103. Signed-off-by: Joern Engel <joern@logfs.org> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to '')
-rw-r--r--drivers/scsi/qla2xxx/qla_target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_target.h b/drivers/scsi/qla2xxx/qla_target.h
index ff9ccb9fd036..b33e411f28a0 100644
--- a/drivers/scsi/qla2xxx/qla_target.h
+++ b/drivers/scsi/qla2xxx/qla_target.h
@@ -980,7 +980,6 @@ extern int qlt_xmit_response(struct qla_tgt_cmd *, int, uint8_t);
extern void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *);
extern void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *);
extern void qlt_free_cmd(struct qla_tgt_cmd *cmd);
-extern void qlt_ctio_completion(struct scsi_qla_host *, uint32_t);
extern void qlt_async_event(uint16_t, struct scsi_qla_host *, uint16_t *);
extern void qlt_enable_vha(struct scsi_qla_host *);
extern void qlt_vport_create(struct scsi_qla_host *, struct qla_hw_data *);