From: Linus Walleij Date: Mon, 11 Sep 2023 08:23:52 +0000 (+0200) Subject: ASoC: max98396: Drop pointless include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0a5b7ee05f871272fa3ca43ee9f91282e0c4ffe7;p=linux.git ASoC: max98396: Drop pointless include This driver is already using solely GPIO descriptors and do not need to include the legacy header . Drop it. Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20230911-descriptors-asoc-max-v2-5-b9d793fb768e@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max98396.c b/sound/soc/codecs/max98396.c index 3a1d8c211f3c7..e52bb2266fa16 100644 --- a/sound/soc/codecs/max98396.c +++ b/sound/soc/codecs/max98396.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include "max98396.h"