diff mbox series

[-next] scsi: sd: Remove duplicate included header file linux/bio-integrity.h

Message ID 20240830075858.3541907-1-lihongbo22@huawei.com
State New
Headers show
Series [-next] scsi: sd: Remove duplicate included header file linux/bio-integrity.h | expand

Commit Message

Hongbo Li Aug. 30, 2024, 7:58 a.m. UTC
The header file linux/bio-integrity.h is included twice.
Remove the last one. The compilation test has passed.

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
---
 drivers/scsi/sd.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Martin K. Petersen Sept. 13, 2024, 12:19 a.m. UTC | #1
Hongbo,

> The header file linux/bio-integrity.h is included twice. Remove the
> last one. The compilation test has passed.

Applied to 6.12/scsi-staging, thanks!
diff mbox series

Patch

diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
index 76f488ef6a7e..022ef94ee8de 100644
--- a/drivers/scsi/sd.c
+++ b/drivers/scsi/sd.c
@@ -38,7 +38,6 @@ 
 #include <linux/fs.h>
 #include <linux/kernel.h>
 #include <linux/mm.h>
-#include <linux/bio-integrity.h>
 #include <linux/hdreg.h>
 #include <linux/errno.h>
 #include <linux/idr.h>