From: Linus Walleij Date: Mon, 11 Sep 2023 08:23:53 +0000 (+0200) Subject: ASoC: max98520: Drop pointless includes X-Git-Tag: v6.7-rc1~103^2~2^2~29^2~101^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d22f950eb6a0a177826f9cc4f2fc0aa1b560228;p=thirdparty%2Fkernel%2Fstable.git ASoC: max98520: Drop pointless includes This driver is already using solely GPIO descriptors and do not need to include the legacy headers or . Drop them. Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20230911-descriptors-asoc-max-v2-6-b9d793fb768e@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max98520.c b/sound/soc/codecs/max98520.c index 8637fff307add..edd05253d37c0 100644 --- a/sound/soc/codecs/max98520.c +++ b/sound/soc/codecs/max98520.c @@ -11,10 +11,8 @@ #include #include #include -#include #include #include -#include #include #include "max98520.h"