Message ID | 20250507184737.154747-5-hdegoede@redhat.com |
---|---|
State | New |
Headers | show |
Series | platform/x86: int3472: Allow re-using sensor GPIO mapping in atomisp | expand |
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 {
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> --- include/linux/platform_data/x86/int3472.h | 2 -- 1 file changed, 2 deletions(-)