diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_scsi.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_scsi.c | 46 |
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 | |||
162 | static int | 154 | static int |
163 | zfcp_scsi_slave_alloc(struct scsi_device *sdp) | 155 | zfcp_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 | |||
196 | static void | 180 | static void |
197 | zfcp_scsi_slave_destroy(struct scsi_device *sdpnt) | 181 | zfcp_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 | */ | ||
376 | static struct zfcp_unit * | 351 | static struct zfcp_unit * |
377 | zfcp_unit_lookup(struct zfcp_adapter *adapter, int channel, scsi_id_t id, | 352 | zfcp_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 | */ | ||
491 | int | 459 | int |
492 | zfcp_scsi_eh_device_reset_handler(struct scsi_cmnd *scpnt) | 460 | zfcp_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 | */ | ||
625 | int | 586 | int |
626 | zfcp_adapter_scsi_register(struct zfcp_adapter *adapter) | 587 | zfcp_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 | */ | ||
678 | void | 632 | void |
679 | zfcp_adapter_scsi_unregister(struct zfcp_adapter *adapter) | 633 | zfcp_adapter_scsi_unregister(struct zfcp_adapter *adapter) |
680 | { | 634 | { |