diff options
author | 2024-11-12 09:35:19 +0100 | |
---|---|---|
committer | 2024-11-12 15:53:37 +0100 | |
commit | 1fac9f8b7d28402c5f29173f06a784cd3b561e38 (patch) | |
tree | b3653d6c5477a469999e25b06eb1cf10d8e162a0 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Merge tag 'omap-for-v6.13/drivers-signed' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into arm/drivers (diff) | |
download | wireguard-linux-1fac9f8b7d28402c5f29173f06a784cd3b561e38.tar.xz wireguard-linux-1fac9f8b7d28402c5f29173f06a784cd3b561e38.zip |
bus: 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/bus 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: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions