diff options
author | Hongbo Li <lihongbo22@huawei.com> | 2024-08-30 10:58:58 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2024-09-13 03:11:06 +0300 |
commit | b112947ffc30e9632d5c2acd0e9081e3e6bee01e (patch) | |
tree | 937851680ca78cda65dfe8017667a32f0d18aed6 | |
parent | 3d882cca73be830549833517ddccb3ac4668c04e (diff) | |
download | linux-b112947ffc30e9632d5c2acd0e9081e3e6bee01e.tar.xz |
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>
-rw-r--r-- | drivers/scsi/sd.c | 1 |
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> |