scsi: sd: Remove duplicate included header file linux/bio-integrity.h
authorHongbo Li <lihongbo22@huawei.com>
Fri, 30 Aug 2024 07:58:58 +0000 (15:58 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 13 Sep 2024 00:11:06 +0000 (20:11 -0400)
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>
Link: https://lore.kernel.org/r/20240830075858.3541907-1-lihongbo22@huawei.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sd.c

index e90a2e4..b0e5654 100644 (file)
@@ -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>