diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 276bd26c0c8e..10c3f905b711 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -38,9 +38,6 @@ extern int qla2x00_loop_resync(scsi_qla_host_t *); | |||
38 | extern int qla2x00_fabric_login(scsi_qla_host_t *, fc_port_t *, uint16_t *); | 38 | extern int qla2x00_fabric_login(scsi_qla_host_t *, fc_port_t *, uint16_t *); |
39 | extern int qla2x00_local_device_login(scsi_qla_host_t *, fc_port_t *); | 39 | extern int qla2x00_local_device_login(scsi_qla_host_t *, fc_port_t *); |
40 | 40 | ||
41 | extern void qla2x00_restart_queues(scsi_qla_host_t *, uint8_t); | ||
42 | |||
43 | extern void qla2x00_rescan_fcports(scsi_qla_host_t *); | ||
44 | extern void qla2x00_update_fcports(scsi_qla_host_t *); | 41 | extern void qla2x00_update_fcports(scsi_qla_host_t *); |
45 | 42 | ||
46 | extern int qla2x00_abort_isp(scsi_qla_host_t *); | 43 | extern int qla2x00_abort_isp(scsi_qla_host_t *); |
@@ -312,7 +309,6 @@ extern void qla24xx_fw_dump(scsi_qla_host_t *, int); | |||
312 | extern void qla25xx_fw_dump(scsi_qla_host_t *, int); | 309 | extern void qla25xx_fw_dump(scsi_qla_host_t *, int); |
313 | extern void qla2x00_dump_regs(scsi_qla_host_t *); | 310 | extern void qla2x00_dump_regs(scsi_qla_host_t *); |
314 | extern void qla2x00_dump_buffer(uint8_t *, uint32_t); | 311 | extern void qla2x00_dump_buffer(uint8_t *, uint32_t); |
315 | extern void qla2x00_print_scsi_cmd(struct scsi_cmnd *); | ||
316 | 312 | ||
317 | /* | 313 | /* |
318 | * Global Function Prototypes in qla_gs.c source file. | 314 | * Global Function Prototypes in qla_gs.c source file. |