From: Andy Shevchenko Date: Wed, 5 Jun 2024 21:27:27 +0000 (+0300) Subject: ASoC: codecs: Replace of_gpio.h by proper one X-Git-Tag: v6.11-rc1~108^2~6^2~117^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9bf7ed59d2e4a1d071f11ff8d04895377970e42;p=thirdparty%2Fkernel%2Flinux.git ASoC: codecs: Replace of_gpio.h by proper one of_gpio.h is deprecated and subject to remove. The driver doesn't use it directly, replace it with what is really being used. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240605221446.2624964-5-andriy.shevchenko@linux.intel.com Acked-by: Heiko Stuebner Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/aw88395/aw88395.c b/sound/soc/codecs/aw88395/aw88395.c index 3c459a67ad0c9..be6ebcb51cca4 100644 --- a/sound/soc/codecs/aw88395/aw88395.c +++ b/sound/soc/codecs/aw88395/aw88395.c @@ -8,9 +8,9 @@ // Author: Weidong Wang // +#include #include #include -#include #include #include #include "aw88395.h" diff --git a/sound/soc/codecs/aw88399.c b/sound/soc/codecs/aw88399.c index df6d52a1cfef8..5d8481612eab4 100644 --- a/sound/soc/codecs/aw88399.c +++ b/sound/soc/codecs/aw88399.c @@ -8,9 +8,9 @@ // #include +#include #include #include -#include #include #include #include "aw88399.h"