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 |
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 --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>
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(-)