[PATCH] perf: Switch back to struct platform_driver::remove()

Will Deacon will at kernel.org
Wed Nov 6 07:53:24 PST 2024


On Sun, 27 Oct 2024 19:03:14 +0100, Uwe Kleine-König wrote:
> 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.
> 
> [...]

Applied to will (for-next/perf), thanks!

[1/1] perf: Switch back to struct platform_driver::remove()
      https://git.kernel.org/will/c/845fd2cbedaf

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev



More information about the linux-arm-kernel mailing list