From: Linus Walleij Date: Fri, 25 Aug 2023 08:12:14 +0000 (+0200) Subject: ASoC: max98388: Correct the includes X-Git-Tag: io_uring-6.7-2023-11-10~21^2~1^2~140^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4b0dfc0e8cdebd6aa6ce25593c0dcc71d9d21961;p=linux-block.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/20230825-descriptors-asoc-max-v1-4-b212292b2f08@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max98388.c b/sound/soc/codecs/max98388.c index cde5e85946cb..078adec29312 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