Skip to content

Commit 45adb05

Browse files
jwrdegoedeij-intel
authored andcommitted
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 <[email protected]> Reviewed-by: Sakari Ailus <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 1cfa1bb commit 45adb05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/platform_data/x86/int3472.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ struct int3472_discrete_device {
110110
struct acpi_device *sensor;
111111
const char *sensor_name;
112112

113-
const struct int3472_sensor_config *sensor_config;
114-
115113
struct int3472_gpio_regulator regulators[INT3472_MAX_REGULATORS];
116114

117115
struct int3472_clock {

0 commit comments

Comments
 (0)