linux/drivers/media/platform/cadence
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
..
cdns-csi2rx.c media: Switch back to struct platform_driver::remove() 2024-10-12 16:28:25 +02:00
cdns-csi2tx.c media: Switch back to struct platform_driver::remove() 2024-10-12 16:28:25 +02:00
Kconfig media: platform: cadence: select MIPI_DPHY dependency 2023-10-18 11:49:51 +02:00
Makefile media: v4l: cadence: Add Cadence MIPI-CSI2 TX driver 2018-05-17 06:22:08 -04:00