diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_ext.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_ext.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/s390/scsi/zfcp_ext.h b/drivers/s390/scsi/zfcp_ext.h index eeed322f32d0..1a66695f11a2 100644 --- a/drivers/s390/scsi/zfcp_ext.h +++ b/drivers/s390/scsi/zfcp_ext.h | |||
@@ -104,12 +104,10 @@ extern int zfcp_fc_ns_gid_pn(struct zfcp_erp_action *); | |||
104 | extern void zfcp_fc_plogi_evaluate(struct zfcp_port *, struct fsf_plogi *); | 104 | extern void zfcp_fc_plogi_evaluate(struct zfcp_port *, struct fsf_plogi *); |
105 | extern void zfcp_test_link(struct zfcp_port *); | 105 | extern void zfcp_test_link(struct zfcp_port *); |
106 | extern void zfcp_fc_link_test_work(struct work_struct *); | 106 | extern void zfcp_fc_link_test_work(struct work_struct *); |
107 | extern void zfcp_fc_wka_port_force_offline(struct zfcp_wka_port *); | 107 | extern void zfcp_fc_wka_ports_force_offline(struct zfcp_wka_ports *); |
108 | extern void zfcp_fc_wka_ports_init(struct zfcp_adapter *); | 108 | extern void zfcp_fc_wka_ports_init(struct zfcp_adapter *); |
109 | extern int zfcp_fc_execute_els_fc_job(struct fc_bsg_job *); | 109 | extern int zfcp_fc_execute_els_fc_job(struct fc_bsg_job *); |
110 | extern int zfcp_fc_execute_ct_fc_job(struct fc_bsg_job *); | 110 | extern int zfcp_fc_execute_ct_fc_job(struct fc_bsg_job *); |
111 | extern void zfcp_fc_wka_port_force_offline(struct zfcp_wka_port *); | ||
112 | |||
113 | 111 | ||
114 | /* zfcp_fsf.c */ | 112 | /* zfcp_fsf.c */ |
115 | extern int zfcp_fsf_open_port(struct zfcp_erp_action *); | 113 | extern int zfcp_fsf_open_port(struct zfcp_erp_action *); |