mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
qla2x00t-32gbit, target: Fix an "undefined symbol" error
Fixes: commit a65843ec45 ("qla2x00t-32gbit, target: Fix W=1 warnings" / r8093)
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8123 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -43,13 +43,13 @@
|
||||
#include <scsi/scsi_tcq.h>
|
||||
|
||||
#include "qla_def.h"
|
||||
#include "scst_qla2xxx.h"
|
||||
|
||||
extern struct mutex qla_tgt_mutex;
|
||||
extern struct list_head qla_tgt_glist;
|
||||
|
||||
|
||||
static size_t
|
||||
qlt_add_vtarget(u64 port_name, u64 node_name, u64 parent_host)
|
||||
size_t qlt_add_vtarget(u64 port_name, u64 node_name, u64 parent_host)
|
||||
{
|
||||
struct Scsi_Host *shost = NULL;
|
||||
struct qla_tgt *tgt;
|
||||
@@ -89,7 +89,7 @@ qlt_add_vtarget(u64 port_name, u64 node_name, u64 parent_host)
|
||||
}
|
||||
EXPORT_SYMBOL(qlt_add_vtarget);
|
||||
|
||||
static size_t qlt_del_vtarget(u64 port_name)
|
||||
size_t qlt_del_vtarget(u64 port_name)
|
||||
{
|
||||
struct qla_tgt *tgt, *t;
|
||||
scsi_qla_host_t *vha = NULL;
|
||||
|
||||
Reference in New Issue
Block a user