diff options
author | Uwe Kleine-König <u.kleine-koenig@baylibre.com> | 2024-11-09 18:38:27 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-11-26 20:09:06 +0100 |
commit | cc47268cb4841c84d54f0ac73858986bcd515eb4 (patch) | |
tree | 295062a829ee2248ef8d89ccfc8ed9dd5f95c650 /drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c | |
parent | f82e62d470cc990ebd9d691f931dd418e4e9cea9 (diff) |
irqchip: 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/irqchip/ 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: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241109173828.291172-2-u.kleine-koenig@baylibre.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c')
0 files changed, 0 insertions, 0 deletions