scsi: ufs: Switch back to struct platform_driver::remove()
After commit 0edb555a ("platform: Make platform_driver::remove() return void") .remove() is (again) the right callback to implement for platform drivers. Convert all platform drivers below drivers/ufs 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> Link: https://lore.kernel.org/r/20241119182856.55743-2-u.kleine-koenig@baylibre.com Signed-off-by:
Martin K. Petersen <martin.petersen@oracle.com>
Showing
- drivers/ufs/host/cdns-pltfrm.c 1 addition, 1 deletiondrivers/ufs/host/cdns-pltfrm.c
- drivers/ufs/host/tc-dwc-g210-pltfrm.c 1 addition, 1 deletiondrivers/ufs/host/tc-dwc-g210-pltfrm.c
- drivers/ufs/host/ti-j721e-ufs.c 1 addition, 1 deletiondrivers/ufs/host/ti-j721e-ufs.c
- drivers/ufs/host/ufs-exynos.c 1 addition, 1 deletiondrivers/ufs/host/ufs-exynos.c
- drivers/ufs/host/ufs-hisi.c 1 addition, 1 deletiondrivers/ufs/host/ufs-hisi.c
- drivers/ufs/host/ufs-mediatek.c 1 addition, 1 deletiondrivers/ufs/host/ufs-mediatek.c
- drivers/ufs/host/ufs-qcom.c 1 addition, 1 deletiondrivers/ufs/host/ufs-qcom.c
- drivers/ufs/host/ufs-renesas.c 1 addition, 1 deletiondrivers/ufs/host/ufs-renesas.c
- drivers/ufs/host/ufs-sprd.c 1 addition, 1 deletiondrivers/ufs/host/ufs-sprd.c
Loading
Please register or sign in to comment