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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 3d882cc commit b112947

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)