aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_fsf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/scsi/zfcp_fsf.c')
-rw-r--r--drivers/s390/scsi/zfcp_fsf.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c
index 4a35960103d8..4475e412066c 100644
--- a/drivers/s390/scsi/zfcp_fsf.c
+++ b/drivers/s390/scsi/zfcp_fsf.c
@@ -1929,14 +1929,6 @@ skip_fsfstatus:
1929 return retval; 1929 return retval;
1930} 1930}
1931 1931
1932/*
1933 * function:
1934 *
1935 * purpose:
1936 *
1937 * returns: address of initiated FSF request
1938 * NULL - request could not be initiated
1939 */
1940int 1932int
1941zfcp_fsf_exchange_config_data(struct zfcp_erp_action *erp_action) 1933zfcp_fsf_exchange_config_data(struct zfcp_erp_action *erp_action)
1942{ 1934{
@@ -3656,18 +3648,6 @@ zfcp_fsf_send_fcp_command_task(struct zfcp_adapter *adapter,
3656 return retval; 3648 return retval;
3657} 3649}
3658 3650
3659/*
3660 * function: zfcp_fsf_send_fcp_command_task_management
3661 *
3662 * purpose:
3663 *
3664 * returns:
3665 *
3666 * FIXME(design): should be watched by a timeout!!!
3667 * FIXME(design) shouldn't this be modified to return an int
3668 * also...don't know how though
3669 *
3670 */
3671struct zfcp_fsf_req * 3651struct zfcp_fsf_req *
3672zfcp_fsf_send_fcp_command_task_management(struct zfcp_adapter *adapter, 3652zfcp_fsf_send_fcp_command_task_management(struct zfcp_adapter *adapter,
3673 struct zfcp_unit *unit, 3653 struct zfcp_unit *unit,