aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_scsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/scsi/zfcp_scsi.c')
-rw-r--r--drivers/s390/scsi/zfcp_scsi.c46
1 files changed, 0 insertions, 46 deletions
diff --git a/drivers/s390/scsi/zfcp_scsi.c b/drivers/s390/scsi/zfcp_scsi.c
index 4b4041a9da58..118cf0fa0afc 100644
--- a/drivers/s390/scsi/zfcp_scsi.c
+++ b/drivers/s390/scsi/zfcp_scsi.c
@@ -151,14 +151,6 @@ set_driver_byte(u32 * result, char status)
151 set_byte(result, status, 3); 151 set_byte(result, status, 3);
152} 152}
153 153
154/*
155 * function: zfcp_scsi_slave_alloc
156 *
157 * purpose:
158 *
159 * returns:
160 */
161
162static int 154static int
163zfcp_scsi_slave_alloc(struct scsi_device *sdp) 155zfcp_scsi_slave_alloc(struct scsi_device *sdp)
164{ 156{
@@ -185,14 +177,6 @@ zfcp_scsi_slave_alloc(struct scsi_device *sdp)
185 return retval; 177 return retval;
186} 178}
187 179
188/*
189 * function: zfcp_scsi_slave_destroy
190 *
191 * purpose:
192 *
193 * returns:
194 */
195
196static void 180static void
197zfcp_scsi_slave_destroy(struct scsi_device *sdpnt) 181zfcp_scsi_slave_destroy(struct scsi_device *sdpnt)
198{ 182{
@@ -364,15 +348,6 @@ zfcp_scsi_queuecommand(struct scsi_cmnd *scpnt,
364 return zfcp_scsi_command_async(adapter, unit, scpnt, NULL); 348 return zfcp_scsi_command_async(adapter, unit, scpnt, NULL);
365} 349}
366 350
367/*
368 * function: zfcp_unit_lookup
369 *
370 * purpose:
371 *
372 * returns:
373 *
374 * context:
375 */
376static struct zfcp_unit * 351static struct zfcp_unit *
377zfcp_unit_lookup(struct zfcp_adapter *adapter, int channel, scsi_id_t id, 352zfcp_unit_lookup(struct zfcp_adapter *adapter, int channel, scsi_id_t id,
378 scsi_lun_t lun) 353 scsi_lun_t lun)
@@ -481,13 +456,6 @@ zfcp_scsi_eh_abort_handler(struct scsi_cmnd *scpnt)
481 return retval; 456 return retval;
482} 457}
483 458
484/*
485 * function: zfcp_scsi_eh_device_reset_handler
486 *
487 * purpose:
488 *
489 * returns:
490 */
491int 459int
492zfcp_scsi_eh_device_reset_handler(struct scsi_cmnd *scpnt) 460zfcp_scsi_eh_device_reset_handler(struct scsi_cmnd *scpnt)
493{ 461{
@@ -615,13 +583,6 @@ zfcp_scsi_eh_host_reset_handler(struct scsi_cmnd *scpnt)
615 return SUCCESS; 583 return SUCCESS;
616} 584}
617 585
618/*
619 * function:
620 *
621 * purpose:
622 *
623 * returns:
624 */
625int 586int
626zfcp_adapter_scsi_register(struct zfcp_adapter *adapter) 587zfcp_adapter_scsi_register(struct zfcp_adapter *adapter)
627{ 588{
@@ -668,13 +629,6 @@ zfcp_adapter_scsi_register(struct zfcp_adapter *adapter)
668 return retval; 629 return retval;
669} 630}
670 631
671/*
672 * function:
673 *
674 * purpose:
675 *
676 * returns:
677 */
678void 632void
679zfcp_adapter_scsi_unregister(struct zfcp_adapter *adapter) 633zfcp_adapter_scsi_unregister(struct zfcp_adapter *adapter)
680{ 634{