From: Uwe Kleine-König (The Capable Hub) Date: Tue, 30 Jun 2026 09:24:28 +0000 (+0200) Subject: platform/x86: x86-android-tablets: Add include defining struct dmi_system_id X-Git-Tag: v7.2-rc2~18^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e4cc258b35cf1cca2248d370bfe75a67f51527b;p=thirdparty%2Fkernel%2Flinux.git platform/x86: x86-android-tablets: Add include defining struct dmi_system_id Currently includes transitively which ensures that struct dmi_system_id is defined in drivers/platform/x86/x86-android-tablets/x86-android-tablets.h. However this include in will be replaced by one for i2c_device_id only. To ensure that dmi_system_id is available add the include for that explicitly. Acked-by: Danilo Krummrich Acked-by: Ilpo Järvinen Acked-by: Takashi Sakamoto Link: https://patch.msgid.link/32928d9ee47cefc7dfc4c385c06bd5e598b0fca1.1782808461.git.u.kleine-koenig@baylibre.com Signed-off-by: Uwe Kleine-König (The Capable Hub) --- diff --git a/drivers/platform/x86/x86-android-tablets/x86-android-tablets.h b/drivers/platform/x86/x86-android-tablets/x86-android-tablets.h index 2498390958ad..c756961ae5fd 100644 --- a/drivers/platform/x86/x86-android-tablets/x86-android-tablets.h +++ b/drivers/platform/x86/x86-android-tablets/x86-android-tablets.h @@ -13,6 +13,7 @@ #include #include #include +#include #include struct gpio_desc;