linux/drivers/iio/position
Uwe Kleine-König 6a9262edff iio: Switch back to struct platform_driver::remove()
After commit 0edb555a65 ("platform: Make platform_driver::remove()
return void") .remove() is (again) the right callback to implement for
platform drivers.

Convert all platform drivers below drivers/iio/ to use .remove(), with
the eventual goal to drop struct platform_driver::remove_new(). As
.remove() and .remove_new() have the same prototypes, conversion is done
by just changing the structure member name in the driver initializer.

While touching these files, make indention of the struct initializer
consistent in several files.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://patch.msgid.link/20241009060056.502059-2-u.kleine-koenig@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2024-10-10 19:31:50 +01:00
..
hid-sensor-custom-intel-hinge.c iio: Switch back to struct platform_driver::remove() 2024-10-10 19:31:50 +01:00
iqs624-pos.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
Kconfig iio: hid-sensors: Add hinge sensor driver 2021-01-22 08:52:02 +00:00
Makefile iio: hid-sensors: Add hinge sensor driver 2021-01-22 08:52:02 +00:00