From: Linus Walleij Date: Mon, 11 Sep 2023 08:23:53 +0000 (+0200) Subject: ASoC: max98520: Drop pointless includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0d22f950eb6a0a177826f9cc4f2fc0aa1b560228;p=linux.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"