diff options
author | Uwe Kleine-König <u.kleine-koenig@baylibre.com> | 2024-11-19 21:28:56 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2024-11-21 05:46:27 +0300 |
commit | 5fe4e16fdbb8ca7dd6daea0031a0a84e6eb1e18d (patch) | |
tree | 6abcb975120e0c64e0e5d5825a80e24b63fa9192 /tools/perf/scripts/python/syscall-counts.py | |
parent | 575143abcbbc7e291e5ef5c4fc031d94f8501918 (diff) | |
download | linux-5fe4e16fdbb8ca7dd6daea0031a0a84e6eb1e18d.tar.xz |
scsi: ufs: Switch back to struct platform_driver::remove()
After commit 0edb555a65d1 ("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>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions