Skip to content

Commit 1e4474c

Browse files
Yue Haibingmartinkpetersen
authored andcommitted
scsi: qla2xxx: Remove unused declarations
These declarations are not used anymore, remove them. Signed-off-by: Yue Haibing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 5d344c5 commit 1e4474c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

drivers/scsi/qla2xxx/qla_gbl.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ extern int qla24xx_els_dcmd2_iocb(scsi_qla_host_t *, int, fc_port_t *, bool);
4848
extern void qla2x00_els_dcmd2_free(scsi_qla_host_t *vha,
4949
struct els_plogi *els_plogi);
5050

51-
extern void qla2x00_update_fcports(scsi_qla_host_t *);
52-
5351
extern int qla2x00_abort_isp(scsi_qla_host_t *);
5452
extern void qla2x00_abort_isp_cleanup(scsi_qla_host_t *);
5553
extern void qla2x00_quiesce_io(scsi_qla_host_t *);
@@ -206,8 +204,6 @@ extern int qla2x00_post_async_logout_work(struct scsi_qla_host *, fc_port_t *,
206204
uint16_t *);
207205
extern int qla2x00_post_async_adisc_work(struct scsi_qla_host *, fc_port_t *,
208206
uint16_t *);
209-
extern int qla2x00_post_async_adisc_done_work(struct scsi_qla_host *,
210-
fc_port_t *, uint16_t *);
211207
extern int qla2x00_set_exlogins_buffer(struct scsi_qla_host *);
212208
extern void qla2x00_free_exlogin_buffer(struct qla_hw_data *);
213209
extern int qla2x00_set_exchoffld_buffer(struct scsi_qla_host *);
@@ -217,7 +213,6 @@ extern int qla81xx_restart_mpi_firmware(scsi_qla_host_t *);
217213

218214
extern struct scsi_qla_host *qla2x00_create_host(const struct scsi_host_template *,
219215
struct qla_hw_data *);
220-
extern void qla2x00_free_host(struct scsi_qla_host *);
221216
extern void qla2x00_relogin(struct scsi_qla_host *);
222217
extern void qla2x00_do_work(struct scsi_qla_host *);
223218
extern void qla2x00_free_fcports(struct scsi_qla_host *);
@@ -239,13 +234,10 @@ extern int __qla83xx_clear_drv_presence(scsi_qla_host_t *vha);
239234

240235
extern int qla2x00_post_uevent_work(struct scsi_qla_host *, u32);
241236
extern void qla2x00_disable_board_on_pci_error(struct work_struct *);
242-
extern void qla_eeh_work(struct work_struct *);
243237
extern void qla2x00_sp_compl(srb_t *sp, int);
244238
extern void qla2xxx_qpair_sp_free_dma(srb_t *sp);
245239
extern void qla2xxx_qpair_sp_compl(srb_t *sp, int);
246240
extern void qla24xx_sched_upd_fcport(fc_port_t *);
247-
void qla2x00_handle_login_done_event(struct scsi_qla_host *, fc_port_t *,
248-
uint16_t *);
249241
int qla24xx_post_gnl_work(struct scsi_qla_host *, fc_port_t *);
250242
int qla24xx_post_relogin_work(struct scsi_qla_host *vha);
251243
void qla2x00_wait_for_sess_deletion(scsi_qla_host_t *);
@@ -729,7 +721,6 @@ int qla24xx_post_gpsc_work(struct scsi_qla_host *, fc_port_t *);
729721
int qla24xx_async_gpsc(scsi_qla_host_t *, fc_port_t *);
730722
void qla24xx_handle_gpsc_event(scsi_qla_host_t *, struct event_arg *);
731723
int qla2x00_mgmt_svr_login(scsi_qla_host_t *);
732-
void qla24xx_handle_gffid_event(scsi_qla_host_t *vha, struct event_arg *ea);
733724
int qla24xx_async_gffid(scsi_qla_host_t *vha, fc_port_t *fcport, bool);
734725
int qla24xx_async_gpnft(scsi_qla_host_t *, u8, srb_t *);
735726
void qla24xx_async_gpnft_done(scsi_qla_host_t *, srb_t *);
@@ -852,7 +843,6 @@ extern void qla2x00_start_iocbs(struct scsi_qla_host *, struct req_que *);
852843

853844
/* Interrupt related */
854845
extern irqreturn_t qla82xx_intr_handler(int, void *);
855-
extern irqreturn_t qla82xx_msi_handler(int, void *);
856846
extern irqreturn_t qla82xx_msix_default(int, void *);
857847
extern irqreturn_t qla82xx_msix_rsp_q(int, void *);
858848
extern void qla82xx_enable_intrs(struct qla_hw_data *);

0 commit comments

Comments
 (0)