From: Andy Shevchenko Date: Wed, 5 Jun 2024 21:27:28 +0000 (+0300) Subject: ASoC: generic: Replace of_gpio.h by proper one X-Git-Tag: v6.11-rc1~108^2~6^2~117^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a31da79c13ef6449c84f6007d81d1c082dd3aaf;p=thirdparty%2Fkernel%2Flinux.git ASoC: generic: 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. Acked-by: Kuninori Morimoto Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240605221446.2624964-6-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/generic/audio-graph-card2-custom-sample.c b/sound/soc/generic/audio-graph-card2-custom-sample.c index 1b6ccd2de9647..8e5a510984902 100644 --- a/sound/soc/generic/audio-graph-card2-custom-sample.c +++ b/sound/soc/generic/audio-graph-card2-custom-sample.c @@ -5,8 +5,9 @@ // Copyright (C) 2020 Renesas Electronics Corp. // Copyright (C) 2020 Kuninori Morimoto // +#include +#include #include -#include #include #include