On Thu, 10 Oct 2024, 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/watchdog/ 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. While touching these files, make indention of the struct initializer consistent in several files. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxx>
Thanks for your patch, which is now commit 562b0b03193b567c ("watchdog: Switch back to struct platform_driver::remove()") in watchdog/master. Note that this now conflicts with commit e70140ba0d2b1a30 ("Get rid of 'remove_new' relic from platform driver struct") upstream. Resolution: just take the version from upstream. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds