]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
platform/x86: intel_scu_ipc: Don't use "proxy" headers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 3 Oct 2024 15:48:19 +0000 (18:48 +0300)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 7 Oct 2024 09:27:15 +0000 (12:27 +0300)
Update header inclusions to follow IWYU (Include What You Use)
principle.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Link: https://lore.kernel.org/r/20241003154819.1075141-1-andriy.shevchenko@linux.intel.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
include/linux/platform_data/x86/intel_scu_ipc.h

index 0ca9962e97f20ae51f12d8eaaba29ce907ea9cbb..b287627759f7aa693e12be3f4136f290da55ef86 100644 (file)
@@ -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;
 
 /**