diff options
author | Uwe Kleine-König <[email protected]> | 2024-11-09 18:38:27 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-11-26 20:09:06 +0100 |
commit | cc47268cb4841c84d54f0ac73858986bcd515eb4 (patch) | |
tree | 295062a829ee2248ef8d89ccfc8ed9dd5f95c650 /drivers/net/ethernet/microsoft/mana/mana_en.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 <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Diffstat (limited to 'drivers/net/ethernet/microsoft/mana/mana_en.c')
0 files changed, 0 insertions, 0 deletions