Commit 2a7177a8 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Martin K. Petersen

scsi: core: Don't use "proxy" headers

Update header inclusions to follow IWYU (Include What You Use) principle.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240423211843.3996046-1-andriy.shevchenko@linux.intel.comSigned-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent cb3bfbfa
......@@ -7,8 +7,9 @@
#define _SCSI_SCSI_H
#include <linux/types.h>
#include <linux/scatterlist.h>
#include <linux/kernel.h>
#include <asm/param.h>
#include <scsi/scsi_common.h>
#include <scsi/scsi_proto.h>
#include <scsi/scsi_status.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment