All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] platform/x86: intel_scu_ipc: Don't use "proxy" headers
@ 2024-10-03 15:48 Andy Shevchenko
  2024-10-03 16:03 ` Mika Westerberg
  2024-10-07  9:42 ` Ilpo Järvinen
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2024-10-03 15:48 UTC (permalink / raw)
  To: Hans de Goede, Andy Shevchenko, linux-kernel, platform-driver-x86
  Cc: Andy Shevchenko, Mika Westerberg, Ilpo Järvinen

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

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/linux/platform_data/x86/intel_scu_ipc.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/linux/platform_data/x86/intel_scu_ipc.h b/include/linux/platform_data/x86/intel_scu_ipc.h
index 0ca9962e97f2..b287627759f7 100644
--- a/include/linux/platform_data/x86/intel_scu_ipc.h
+++ b/include/linux/platform_data/x86/intel_scu_ipc.h
@@ -2,9 +2,13 @@
 #ifndef __PLATFORM_X86_INTEL_SCU_IPC_H_
 #define __PLATFORM_X86_INTEL_SCU_IPC_H_
 
+#include <linux/init.h>
 #include <linux/ioport.h>
+#include <linux/types.h>
 
 struct device;
+struct module;
+
 struct intel_scu_ipc_dev;
 
 /**
-- 
2.43.0.rc1.1336.g36b5255a03ac


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

end of thread, other threads:[~2024-10-07  9:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-03 15:48 [PATCH v1 1/1] platform/x86: intel_scu_ipc: Don't use "proxy" headers Andy Shevchenko
2024-10-03 16:03 ` Mika Westerberg
2024-10-03 17:03   ` Andy Shevchenko
2024-10-07  9:42 ` Ilpo Järvinen

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.