diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_ext.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_ext.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/s390/scsi/zfcp_ext.h b/drivers/s390/scsi/zfcp_ext.h index 5f205f85e6f9..d372146af38d 100644 --- a/drivers/s390/scsi/zfcp_ext.h +++ b/drivers/s390/scsi/zfcp_ext.h | |||
@@ -94,8 +94,7 @@ extern void zfcp_erp_adapter_access_changed(struct zfcp_adapter *, char *, | |||
94 | extern void zfcp_erp_timeout_handler(unsigned long); | 94 | extern void zfcp_erp_timeout_handler(unsigned long); |
95 | 95 | ||
96 | /* zfcp_fc.c */ | 96 | /* zfcp_fc.c */ |
97 | extern int zfcp_fc_scan_ports(struct zfcp_adapter *); | 97 | extern void zfcp_fc_scan_ports(struct work_struct *); |
98 | extern void _zfcp_fc_scan_ports_later(struct work_struct *); | ||
99 | extern void zfcp_fc_incoming_els(struct zfcp_fsf_req *); | 98 | extern void zfcp_fc_incoming_els(struct zfcp_fsf_req *); |
100 | extern void zfcp_fc_port_did_lookup(struct work_struct *); | 99 | extern void zfcp_fc_port_did_lookup(struct work_struct *); |
101 | extern void zfcp_fc_trigger_did_lookup(struct zfcp_port *); | 100 | extern void zfcp_fc_trigger_did_lookup(struct zfcp_port *); |