From: Linus Walleij Date: Fri, 25 Aug 2023 08:12:12 +0000 (+0200) Subject: ASoC: max98357a: Drop pointless include X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a3b68ba9f594ae4f9a96e0730e9aeadb9f64c43e;p=users%2Fjedix%2Flinux-maple.git ASoC: max98357a: Drop pointless include This driver is already using solely GPIO descriptors and do not need to include the legacy header . Drop it. Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20230825-descriptors-asoc-max-v1-2-b212292b2f08@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c index 2a2b286f1747..cc811f58c9d2 100644 --- a/sound/soc/codecs/max98357a.c +++ b/sound/soc/codecs/max98357a.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include