From: Andy Shevchenko Date: Wed, 5 Jun 2024 21:27:25 +0000 (+0300) Subject: ASoC: fsl: Remove unused of_gpio.h X-Git-Tag: v6.11-rc1~108^2~6^2~117^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f10d0956bc0460744fa4c085cff41ce862619a2c;p=thirdparty%2Fkernel%2Flinux.git ASoC: fsl: Remove unused of_gpio.h of_gpio.h is deprecated and subject to remove. The drivers in question don't use it, simply remove the unused header. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240605221446.2624964-3-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/fsl/imx-es8328.c b/sound/soc/fsl/imx-es8328.c index 5b9648f3b087f..3ef92f6dfc6bb 100644 --- a/sound/soc/fsl/imx-es8328.c +++ b/sound/soc/fsl/imx-es8328.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include diff --git a/sound/soc/fsl/imx-rpmsg.c b/sound/soc/fsl/imx-rpmsg.c index 0f1ad7ad7d270..ce98d2288193b 100644 --- a/sound/soc/fsl/imx-rpmsg.c +++ b/sound/soc/fsl/imx-rpmsg.c @@ -5,9 +5,7 @@ #include #include #include -#include #include -#include #include #include #include