On Sat, Sep 17, 2022 at 11:38 PM Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> wrote: > > There is no cyclic dependency between gpio_twl4030_probe() and > gpio_twl4030_remove(), so by moving the latter before the former the > forward declaration can be dropped. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > --- Applied, thanks! Bart