From: Linus Walleij Date: Fri, 25 Aug 2023 08:12:15 +0000 (+0200) Subject: ASoC: max98396: Drop pointless include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=70f29a3078f7bc1f1011b7b5fee41fcd52ff189f;p=linux.git ASoC: max98396: 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-5-b212292b2f08@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max98396.c b/sound/soc/codecs/max98396.c index 3a1d8c211f3c7..e52bb2266fa16 100644 --- a/sound/soc/codecs/max98396.c +++ b/sound/soc/codecs/max98396.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include "max98396.h"