linux-loongson/drivers/media/radio/si4713
Uwe Kleine-König b8fc42dc06 media: 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/media 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.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2024-10-12 16:28:25 +02:00
..
Kconfig
Makefile
radio-platform-si4713.c media: Switch back to struct platform_driver::remove() 2024-10-12 16:28:25 +02:00
radio-usb-si4713.c media: radio: remove redundant assignment to variable retval 2020-08-06 11:28:21 +02:00
si4713.c media: Drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-08-09 07:56:37 +02:00
si4713.h