linux/drivers/video/fbdev/omap
Uwe Kleine-König 01ecc142ef fbdev: 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/video/fbdev 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>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Helge Deller <deller@gmx.de>
2024-10-08 21:47:18 +02:00
..
hwa742.c
Kconfig
lcd_ams_delta.c fbdev: omap: lcd_ams_delta: Constify lcd_ops 2024-05-03 10:45:50 +01:00
lcd_dma.c
lcd_dma.h
lcd_mipid.c
lcd_palmte.c
lcdc.c
lcdc.h
Makefile
omapfb_main.c fbdev: Switch back to struct platform_driver::remove() 2024-10-08 21:47:18 +02:00
omapfb.h
sossi.c