All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] scsi: Don't use "proxy" headers
@ 2024-04-23 21:18 Andy Shevchenko
  2024-04-25  1:27 ` Martin K. Petersen
  2024-05-07  1:59 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2024-04-23 21:18 UTC (permalink / raw)
  To: linux-scsi, linux-kernel
  Cc: James E.J. Bottomley, Martin K. Petersen, Andy Shevchenko

Update header inclusions to follow IWYU (Include What You Use)
principle.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/scsi/scsi.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h
index d90645f06a3a..96b350366670 100644
--- a/include/scsi/scsi.h
+++ b/include/scsi/scsi.h
@@ -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>
-- 
2.43.0.rc1.1336.g36b5255a03ac


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 1/1] scsi: Don't use "proxy" headers
  2024-04-23 21:18 [PATCH v1 1/1] scsi: Don't use "proxy" headers Andy Shevchenko
@ 2024-04-25  1:27 ` Martin K. Petersen
  2024-05-07  1:59 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2024-04-25  1:27 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: linux-scsi, linux-kernel, James E.J. Bottomley, Martin K. Petersen


Andy,

> Update header inclusions to follow IWYU (Include What You Use)
> principle.

Applied to 6.10/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 1/1] scsi: Don't use "proxy" headers
  2024-04-23 21:18 [PATCH v1 1/1] scsi: Don't use "proxy" headers Andy Shevchenko
  2024-04-25  1:27 ` Martin K. Petersen
@ 2024-05-07  1:59 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2024-05-07  1:59 UTC (permalink / raw)
  To: linux-scsi, linux-kernel, Andy Shevchenko
  Cc: Martin K . Petersen, James E.J. Bottomley

On Wed, 24 Apr 2024 00:18:43 +0300, Andy Shevchenko wrote:

> Update header inclusions to follow IWYU (Include What You Use)
> principle.
> 
> 

Applied to 6.10/scsi-queue, thanks!

[1/1] scsi: Don't use "proxy" headers
      https://git.kernel.org/mkp/scsi/c/2a7177a80457

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-07  2:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-23 21:18 [PATCH v1 1/1] scsi: Don't use "proxy" headers Andy Shevchenko
2024-04-25  1:27 ` Martin K. Petersen
2024-05-07  1:59 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.