linux-loongson/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2
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 media: sunxi: a83-mips-csi2: also select GENERIC_PHY 2024-05-02 13:04:16 +01:00
Makefile
sun8i_a83t_dphy.c
sun8i_a83t_dphy.h
sun8i_a83t_mipi_csi2_reg.h
sun8i_a83t_mipi_csi2.c media: Switch back to struct platform_driver::remove() 2024-10-12 16:28:25 +02:00
sun8i_a83t_mipi_csi2.h