linux/drivers/perf/arm_cspmu
Uwe Kleine-König 845fd2cbed perf: 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/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>
2024-11-06 14:16:20 +00:00
..
ampere_cspmu.c perf: add missing MODULE_DESCRIPTION() macros 2024-07-10 13:04:38 +01:00
arm_cspmu.c perf: Switch back to struct platform_driver::remove() 2024-11-06 14:16:20 +00:00
arm_cspmu.h perf: Use device_show_string() helper for sysfs attributes 2024-05-04 17:37:03 +02:00
Kconfig perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU 2023-10-10 19:10:54 +01:00
Makefile perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU 2023-10-10 19:10:54 +01:00
nvidia_cspmu.c perf: add missing MODULE_DESCRIPTION() macros 2024-07-10 13:04:38 +01:00