From: Uwe Kleine-König (The Capable Hub) Date: Tue, 30 Jun 2026 09:24:25 +0000 (+0200) Subject: platform/x86: msi-ec: Ensure dmi_system_id is defined X-Git-Tag: v7.2-rc2~18^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c8f323b9e1517ea97bfdb2bc6f3c246f7d43eac;p=thirdparty%2Fkernel%2Flinux.git platform/x86: msi-ec: Ensure dmi_system_id is defined 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 Acked-by: Ilpo Järvinen Acked-by: Takashi Sakamoto Link: https://patch.msgid.link/600c7ab3263dcb8cee39b43dbd313eba8abef376.1782808461.git.u.kleine-koenig@baylibre.com Signed-off-by: Uwe Kleine-König (The Capable Hub) --- 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