diff options
author | Hans de Goede <hdegoede@redhat.com> | 2025-05-07 21:47:35 +0300 |
---|---|---|
committer | Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> | 2025-05-08 17:36:37 +0300 |
commit | 45adb05473aa4afd6ff19fd0c46c17a6294ae788 (patch) | |
tree | 297cdf675ee0fa6ecbc1e5984ff6497a7bbdc913 | |
parent | 1cfa1bb9b4033e51d3c3f5ed5bf55475e57cc686 (diff) | |
download | linux-45adb05473aa4afd6ff19fd0c46c17a6294ae788.tar.xz |
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 <hdegoede@redhat.com>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Link: https://lore.kernel.org/r/20250507184737.154747-5-hdegoede@redhat.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
-rw-r--r-- | include/linux/platform_data/x86/int3472.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_data/x86/int3472.h b/include/linux/platform_data/x86/int3472.h index 89410f0cb73a..78276a11c48d 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 { |