From: Linus Walleij Date: Mon, 11 Sep 2023 08:23:54 +0000 (+0200) Subject: ASoC: max98927: Drop pointless includes X-Git-Tag: io_uring-6.7-2023-11-10~21^2~1^2~142^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ce22caa4a1f050ceee47b45f2e531cf7bfbe0b63;p=linux-block.git ASoC: max98927: 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-7-b9d793fb768e@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c index 776f23d38ac5..70db9d3ff5a5 100644 --- a/sound/soc/codecs/max98927.c +++ b/sound/soc/codecs/max98927.c @@ -15,9 +15,7 @@ #include #include #include -#include #include -#include #include #include "max98927.h"