From: Linus Walleij Date: Fri, 25 Aug 2023 08:12:17 +0000 (+0200) Subject: ASoC: max98927: Drop pointless includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0307ba5420cd785615efc94be6b101b4ac2538cf;p=linux.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/20230825-descriptors-asoc-max-v1-7-b212292b2f08@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c index 776f23d38ac50..70db9d3ff5a5f 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"