From: Linus Walleij Date: Fri, 25 Aug 2023 08:12:16 +0000 (+0200) Subject: ASoC: max98520: Drop pointless includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d9241aaea1418fa4bd6653bee093f63cf47a2c6e;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/20230825-descriptors-asoc-max-v1-6-b212292b2f08@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"