Message ID | 20250303-samsung-codecs-v1-3-56a2299dd928@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | ASoC: samsung: GPIO descriptor conversion | expand |
On Mon, Mar 3, 2025 at 9:41 AM Linus Walleij <linus.walleij@linaro.org> 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@linaro.org> > --- > sound/soc/samsung/lowland.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/soc/samsung/lowland.c b/sound/soc/samsung/lowland.c > index 702cb4cc1ce9f07e55ddf9435b19c4691e0236e5..d4088b72d43c2295102d850197f8b9eac50d7120 100644 > --- a/sound/soc/samsung/lowland.c > +++ b/sound/soc/samsung/lowland.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/wm5100.h" > > -- > 2.48.1 > Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
diff --git a/sound/soc/samsung/lowland.c b/sound/soc/samsung/lowland.c index 702cb4cc1ce9f07e55ddf9435b19c4691e0236e5..d4088b72d43c2295102d850197f8b9eac50d7120 100644 --- a/sound/soc/samsung/lowland.c +++ b/sound/soc/samsung/lowland.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/wm5100.h"
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@linaro.org> --- sound/soc/samsung/lowland.c | 1 - 1 file changed, 1 deletion(-)