]> git.baikalelectronics.ru Git - kernel.git/commitdiff
scsi: core: Remove <scsi/scsi_request.h>
authorChristoph Hellwig <hch@lst.de>
Thu, 24 Feb 2022 17:55:52 +0000 (18:55 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 2 Mar 2022 03:21:50 +0000 (22:21 -0500)
This header is empty now except for an include of <linux/blk-mq.h>, so
remove it.

Link: https://lore.kernel.org/r/20220224175552.988286-9-hch@lst.de
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: John Garry <john.garry@huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/cdrom/cdrom.c
drivers/scsi/scsi_transport_sas.c
include/linux/bsg-lib.h
include/scsi/scsi_cmnd.h
include/scsi/scsi_request.h [deleted file]

index 1b57d4666e43c3b7de50f301b4e0d380f55fa067..7bd10d63ddbe5904c1e32c4cb8ec6d1647b2eb14 100644 (file)
 #include <linux/times.h>
 #include <linux/uaccess.h>
 #include <scsi/scsi_common.h>
-#include <scsi/scsi_request.h>
 
 /* used to tell the module to turn on full debugging messages */
 static bool debug;
index 4ee578b181da58103e1fe95d54ff2092734b3044..12bff64dade6469d0067861205458f149c7e3bfa 100644 (file)
@@ -34,7 +34,6 @@
 
 #include <scsi/scsi.h>
 #include <scsi/scsi_cmnd.h>
-#include <scsi/scsi_request.h>
 #include <scsi/scsi_device.h>
 #include <scsi/scsi_host.h>
 #include <scsi/scsi_transport.h>
index 6b211323a489c7cf5c96a60c412afef5f0557c53..9e97ced2896df25df788bf3939e60dedb6e790e7 100644 (file)
@@ -10,7 +10,6 @@
 #define _BLK_BSG_
 
 #include <linux/blkdev.h>
-#include <scsi/scsi_request.h>
 
 struct bsg_job;
 struct request;
index 4b33ca6a7c7d6e3bac8371c3b4af2e61acb145cc..76c5eaeeb3b548b9ecc345052eb070a478e29cd4 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/timer.h>
 #include <linux/scatterlist.h>
 #include <scsi/scsi_device.h>
-#include <scsi/scsi_request.h>
 
 struct Scsi_Host;
 struct scsi_driver;
diff --git a/include/scsi/scsi_request.h b/include/scsi/scsi_request.h
deleted file mode 100644 (file)
index 6d424d3..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _SCSI_SCSI_REQUEST_H
-#define _SCSI_SCSI_REQUEST_H
-
-#include <linux/blk-mq.h>
-
-#endif /* _SCSI_SCSI_REQUEST_H */