From: Linus Walleij Date: Fri, 25 Aug 2023 08:12:12 +0000 (+0200) Subject: ASoC: max98357a: Drop pointless include X-Git-Tag: v6.7-rc1~103^2~2^2~29^2~99^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3b68ba9f594ae4f9a96e0730e9aeadb9f64c43e;p=thirdparty%2Fkernel%2Flinux.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 2a2b286f1747f..cc811f58c9d26 100644 --- a/sound/soc/codecs/max98357a.c +++ b/sound/soc/codecs/max98357a.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include