]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/qla2xxx/tcm_qla2xxx.h
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / drivers / scsi / qla2xxx / tcm_qla2xxx.h
index cf8430be183b6b529d33382386c54c2acbcd828a..071035dfa99ae8c07d7139ac587854de330bce20 100644 (file)
@@ -20,8 +20,8 @@ struct tcm_qla2xxx_nacl {
        u64 nport_wwnn;
        /* ASCII formatted WWPN for FC Initiator Nport */
        char nport_name[TCM_QLA2XXX_NAMELEN];
-       /* Pointer to qla_tgt_sess */
-       struct qla_tgt_sess *qla_tgt_sess;
+       /* Pointer to fc_port */
+       struct fc_port *fc_port;
        /* Pointer to TCM FC nexus */
        struct se_session *nport_nexus;
 };