From: Andy Shevchenko Date: Wed, 5 Jun 2024 21:27:29 +0000 (+0300) Subject: ASoC: samsung: Replace of_gpio.h by proper one X-Git-Tag: v6.11-rc1~108^2~6^2~117^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f4c7e43453fe0bcd0d40bcab8567e0dac5f50b8;p=thirdparty%2Fkernel%2Flinux.git ASoC: samsung: 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-7-andriy.shevchenko@linux.intel.com Reviewed-by: Kuninori Morimoto Reviewed-by: Charles Keepax Acked-by: Heiko Stuebner Signed-off-by: Mark Brown --- diff --git a/sound/soc/samsung/aries_wm8994.c b/sound/soc/samsung/aries_wm8994.c index a548ac33dd94a..01716df0c8420 100644 --- a/sound/soc/samsung/aries_wm8994.c +++ b/sound/soc/samsung/aries_wm8994.c @@ -1,11 +1,11 @@ // SPDX-License-Identifier: GPL-2.0+ #include +#include #include #include #include #include #include -#include #include #include #include