On Tue, Dec 3, 2024 at 1:30 AM <patchwork-bot+netdevbpf@xxxxxxxxxx> wrote: > This patch was applied to netdev/net-next.git (main) > by Jakub Kicinski <kuba@xxxxxxxxxx>: > > On Sat, 30 Nov 2024 15:53:49 +0100 you 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/ptp 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. > > > > [...] > > Here is the summary with links: > - ptp: Switch back to struct platform_driver::remove() > https://git.kernel.org/netdev/net-next/c/b32913a5609a 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