On Mon, Sep 9, 2024 at 4:40 PM Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxx> wrote: > After commit 0edb555a65d1 ("platform: Make platform_driver::remove() > return void") .remove() is (again) the right callback to implement for > platform drivers. > > Convert all clk drivers 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@xxxxxxxxxxxx> > drivers/clk/renesas/rcar-usb2-clock-sel.c | 2 +- Acked-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> # renesas 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