diff options
author | 2024-10-27 19:03:14 +0100 | |
---|---|---|
committer | 2024-11-06 14:16:20 +0000 | |
commit | 845fd2cbedaf299ee61680a678b279dfeb6fe77c (patch) | |
tree | 69998d67f1c24e04c262bcd6974685c8dff56eb2 /scripts/gdb/linux/modules.py | |
parent | perf: arm_pmuv3: Add support for Samsung Mongoose PMU (diff) | |
download | wireguard-linux-845fd2cbedaf299ee61680a678b279dfeb6fe77c.tar.xz wireguard-linux-845fd2cbedaf299ee61680a678b279dfeb6fe77c.zip |
perf: 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/perf 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/20241027180313.410964-2-u.kleine-koenig@baylibre.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions