On Mon, Mar 3, 2025 at 9:41 AM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > > This file does not use the symbols from the legacy > <linux/gpio.h> header, so let's drop it. > > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > sound/soc/samsung/littlemill.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/soc/samsung/littlemill.c b/sound/soc/samsung/littlemill.c > index c5260e101c2a136001c6273200fa35740e618829..9fa5e3ff9215164491839d6ffdf499a3eeadfbaa 100644 > --- a/sound/soc/samsung/littlemill.c > +++ b/sound/soc/samsung/littlemill.c > @@ -7,7 +7,6 @@ > #include <sound/soc.h> > #include <sound/soc-dapm.h> > #include <sound/jack.h> > -#include <linux/gpio.h> > #include <linux/module.h> > > #include "../codecs/wm8994.h" > > -- > 2.48.1 > Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>