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 <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20240423211843.3996046-1-andriy.shevchenko@linux.intel.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent cb3bfbf commit 2a7177a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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)