Skip to content

Commit 2a7177a

Browse files
andy-shevmartinkpetersen
authored andcommitted
scsi: core: Don't use "proxy" headers
Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent cb3bfbf commit 2a7177a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/scsi/scsi.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
#define _SCSI_SCSI_H
88

99
#include <linux/types.h>
10-
#include <linux/scatterlist.h>
11-
#include <linux/kernel.h>
10+
11+
#include <asm/param.h>
12+
1213
#include <scsi/scsi_common.h>
1314
#include <scsi/scsi_proto.h>
1415
#include <scsi/scsi_status.h>

0 commit comments

Comments
 (0)