Skip to content

Commit b112947

Browse files
Hongbo Limartinkpetersen
authored andcommitted
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>
1 parent 3d882cc commit b112947

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/scsi/sd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#include <linux/fs.h>
3939
#include <linux/kernel.h>
4040
#include <linux/mm.h>
41-
#include <linux/bio-integrity.h>
4241
#include <linux/hdreg.h>
4342
#include <linux/errno.h>
4443
#include <linux/idr.h>

0 commit comments

Comments
 (0)