aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_lport.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/libfc/fc_lport.c')
-rw-r--r--drivers/scsi/libfc/fc_lport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/libfc/fc_lport.c b/drivers/scsi/libfc/fc_lport.c
index a430335ebf5..ca8ea264b68 100644
--- a/drivers/scsi/libfc/fc_lport.c
+++ b/drivers/scsi/libfc/fc_lport.c
@@ -1618,6 +1618,7 @@ int fc_lport_init(struct fc_lport *lport)
1618 if (lport->link_supported_speeds & FC_PORTSPEED_10GBIT) 1618 if (lport->link_supported_speeds & FC_PORTSPEED_10GBIT)
1619 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_10GBIT; 1619 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_10GBIT;
1620 1620
1621 INIT_LIST_HEAD(&lport->ema_list);
1621 return 0; 1622 return 0;
1622} 1623}
1623EXPORT_SYMBOL(fc_lport_init); 1624EXPORT_SYMBOL(fc_lport_init);