diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 91e83e2c1eb8..164d53ccbfd0 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -9,9 +9,6 @@ | |||
9 | 9 | ||
10 | #include <linux/interrupt.h> | 10 | #include <linux/interrupt.h> |
11 | 11 | ||
12 | extern void qla2x00_remove_one(struct pci_dev *); | ||
13 | extern int qla2x00_probe_one(struct pci_dev *, struct qla_board_info *); | ||
14 | |||
15 | /* | 12 | /* |
16 | * Global Function Prototypes in qla_init.c source file. | 13 | * Global Function Prototypes in qla_init.c source file. |
17 | */ | 14 | */ |
@@ -64,14 +61,11 @@ extern int qlport_down_retry; | |||
64 | extern int ql2xplogiabsentdevice; | 61 | extern int ql2xplogiabsentdevice; |
65 | extern int ql2xloginretrycount; | 62 | extern int ql2xloginretrycount; |
66 | extern int ql2xfdmienable; | 63 | extern int ql2xfdmienable; |
67 | extern int ql2xprocessrscn; | ||
68 | 64 | ||
69 | extern void qla2x00_sp_compl(scsi_qla_host_t *, srb_t *); | 65 | extern void qla2x00_sp_compl(scsi_qla_host_t *, srb_t *); |
70 | 66 | ||
71 | extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *); | 67 | extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *); |
72 | 68 | ||
73 | extern void qla2x00_cmd_timeout(srb_t *); | ||
74 | |||
75 | extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int, int); | 69 | extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int, int); |
76 | extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *, int); | 70 | extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *, int); |
77 | 71 | ||
@@ -286,15 +280,6 @@ extern void *qla24xx_prep_ms_fdmi_iocb(scsi_qla_host_t *, uint32_t, uint32_t); | |||
286 | extern int qla2x00_fdmi_register(scsi_qla_host_t *); | 280 | extern int qla2x00_fdmi_register(scsi_qla_host_t *); |
287 | 281 | ||
288 | /* | 282 | /* |
289 | * Global Function Prototypes in qla_rscn.c source file. | ||
290 | */ | ||
291 | extern fc_port_t *qla2x00_alloc_rscn_fcport(scsi_qla_host_t *, gfp_t); | ||
292 | extern int qla2x00_handle_port_rscn(scsi_qla_host_t *, uint32_t, fc_port_t *, | ||
293 | int); | ||
294 | extern void qla2x00_process_iodesc(scsi_qla_host_t *, struct mbx_entry *); | ||
295 | extern void qla2x00_cancel_io_descriptors(scsi_qla_host_t *); | ||
296 | |||
297 | /* | ||
298 | * Global Function Prototypes in qla_xioctl.c source file. | 283 | * Global Function Prototypes in qla_xioctl.c source file. |
299 | */ | 284 | */ |
300 | #define qla2x00_enqueue_aen(ha, cmd, mode) do { } while (0) | 285 | #define qla2x00_enqueue_aen(ha, cmd, mode) do { } while (0) |