diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/libfc/fc_lport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_lport.c b/drivers/scsi/libfc/fc_lport.c index 906bbcad0e2d..389ab80aef0a 100644 --- a/drivers/scsi/libfc/fc_lport.c +++ b/drivers/scsi/libfc/fc_lport.c | |||
@@ -1590,7 +1590,6 @@ void fc_lport_enter_flogi(struct fc_lport *lport) | |||
1590 | */ | 1590 | */ |
1591 | int fc_lport_config(struct fc_lport *lport) | 1591 | int fc_lport_config(struct fc_lport *lport) |
1592 | { | 1592 | { |
1593 | INIT_LIST_HEAD(&lport->ema_list); | ||
1594 | INIT_DELAYED_WORK(&lport->retry_work, fc_lport_timeout); | 1593 | INIT_DELAYED_WORK(&lport->retry_work, fc_lport_timeout); |
1595 | mutex_init(&lport->lp_mutex); | 1594 | mutex_init(&lport->lp_mutex); |
1596 | 1595 | ||