Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Andy Shevchenko and committed by
Martin K. Petersen
2a7177a8 cb3bfbfa

+3 -2
+3 -2
include/scsi/scsi.h
··· 7 7 #define _SCSI_SCSI_H 8 8 9 9 #include <linux/types.h> 10 - #include <linux/scatterlist.h> 11 - #include <linux/kernel.h> 10 + 11 + #include <asm/param.h> 12 + 12 13 #include <scsi/scsi_common.h> 13 14 #include <scsi/scsi_proto.h> 14 15 #include <scsi/scsi_status.h>