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

platform/x86: intel_scu_ipc: 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>
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>

authored by

Andy Shevchenko and committed by
Ilpo Järvinen
066c779b 31440fe7

+4
+4
include/linux/platform_data/x86/intel_scu_ipc.h
··· 2 2 #ifndef __PLATFORM_X86_INTEL_SCU_IPC_H_ 3 3 #define __PLATFORM_X86_INTEL_SCU_IPC_H_ 4 4 5 + #include <linux/init.h> 5 6 #include <linux/ioport.h> 7 + #include <linux/types.h> 6 8 7 9 struct device; 10 + struct module; 11 + 8 12 struct intel_scu_ipc_dev; 9 13 10 14 /**