[SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with allocation
[linux-2.6-block.git] / drivers / scsi / libfc / fc_lport.c
index f7f20a46e494750d66839c09c6ca03cc839537a2..41650d3362892e3843f3b08627e274de53dd9d0a 100644 (file)
@@ -1505,7 +1505,6 @@ int fc_lport_init(struct fc_lport *lport)
        if (lport->link_supported_speeds & FC_PORTSPEED_10GBIT)
                fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_10GBIT;
 
-       INIT_LIST_HEAD(&lport->ema_list);
        return 0;
 }
 EXPORT_SYMBOL(fc_lport_init);