From: Wan Jiabing Date: Sat, 27 Mar 2021 03:08:50 +0000 (+0800) Subject: scsi: core: Remove duplicate declarations X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe515ac827689d6f71d967c8e300a59cfeded42b;p=linux.git scsi: core: Remove duplicate declarations struct request and struct request_queue are declared twice. Remove the duplicate declarations. Link: https://lore.kernel.org/r/20210327030850.918018-1-wanjiabing@vivo.com Signed-off-by: Wan Jiabing Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/scsi_priv.h b/drivers/scsi/scsi_priv.h index 30b35002d2f89..ed240f006c046 100644 --- a/drivers/scsi/scsi_priv.h +++ b/drivers/scsi/scsi_priv.h @@ -97,8 +97,6 @@ extern int scsi_mq_setup_tags(struct Scsi_Host *shost); extern void scsi_mq_destroy_tags(struct Scsi_Host *shost); extern void scsi_exit_queue(void); extern void scsi_evt_thread(struct work_struct *work); -struct request_queue; -struct request; /* scsi_proc.c */ #ifdef CONFIG_SCSI_PROC_FS