summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorHongbo Li <lihongbo22@huawei.com>2024-08-30 15:58:58 +0800
committerMartin K. Petersen <martin.petersen@oracle.com>2024-09-12 20:11:06 -0400
commitb112947ffc30e9632d5c2acd0e9081e3e6bee01e (patch)
tree937851680ca78cda65dfe8017667a32f0d18aed6 /drivers/scsi
parent3d882cca73be830549833517ddccb3ac4668c04e (diff)
downloadlinux-stable-b112947ffc30e9632d5c2acd0e9081e3e6bee01e.tar.gz
linux-stable-b112947ffc30e9632d5c2acd0e9081e3e6bee01e.tar.bz2
linux-stable-b112947ffc30e9632d5c2acd0e9081e3e6bee01e.zip
scsi: sd: Remove duplicate included header file linux/bio-integrity.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> Link: https://lore.kernel.org/r/20240830075858.3541907-1-lihongbo22@huawei.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/sd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
index e90a2e4ab318..b0e565402f6a 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>