From: Hans de Goede Date: Wed, 7 May 2025 18:47:35 +0000 (+0200) Subject: platform/x86: int3472: Remove unused sensor_config struct member X-Git-Tag: v6.16-rc1~125^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45adb05473aa4afd6ff19fd0c46c17a6294ae788;p=thirdparty%2Flinux.git platform/x86: int3472: Remove unused sensor_config struct member sensor_config is not used anywhere and its struct int3472_sensor_config type also is not declared anywhere, drop it. Signed-off-by: Hans de Goede Reviewed-by: Sakari Ailus Reviewed-by: Andy Shevchenko Link: https://lore.kernel.org/r/20250507184737.154747-5-hdegoede@redhat.com Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- diff --git a/include/linux/platform_data/x86/int3472.h b/include/linux/platform_data/x86/int3472.h index 89410f0cb73a2..78276a11c48d6 100644 --- a/include/linux/platform_data/x86/int3472.h +++ b/include/linux/platform_data/x86/int3472.h @@ -110,8 +110,6 @@ struct int3472_discrete_device { struct acpi_device *sensor; const char *sensor_name; - const struct int3472_sensor_config *sensor_config; - struct int3472_gpio_regulator regulators[INT3472_MAX_REGULATORS]; struct int3472_clock {