From: Linus Walleij Date: Mon, 11 Sep 2023 08:23:51 +0000 (+0200) Subject: ASoC: max98388: Correct the includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=832beb640e425b5d1a92d8c2002e6b8e0af693eb;p=linux.git ASoC: max98388: Correct the includes The MAX98388 driver is using the modern GPIO descriptor API but uses legacy includes. Include the proper header instead. Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20230911-descriptors-asoc-max-v2-4-b9d793fb768e@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max98388.c b/sound/soc/codecs/max98388.c index cde5e85946cb8..078adec29312d 100644 --- a/sound/soc/codecs/max98388.c +++ b/sound/soc/codecs/max98388.c @@ -3,12 +3,11 @@ #include #include -#include +#include #include #include #include #include -#include #include #include #include