On Sun, 28 Jun 2026, Uwe Kleine-König (The Capable Hub) wrote: > Currently includes and thus > dmi_system_id is available for the driver. To disentangle includes > will be changed to only include the header for > acpi_device_id instead of the full . To prepare > for that include the dedicated header for struct dmi_device_id. > > Acked-by: Danilo Krummrich > Signed-off-by: Uwe Kleine-König (The Capable Hub) > --- > drivers/platform/x86/msi-ec.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/platform/x86/msi-ec.c b/drivers/platform/x86/msi-ec.c > index 0157e233e430..dfe4532ebe56 100644 > --- a/drivers/platform/x86/msi-ec.c > +++ b/drivers/platform/x86/msi-ec.c > @@ -23,6 +23,7 @@ > #include > #include > #include > +#include > #include > #include > #include > Acked-by: Ilpo Järvinen -- i.