From: Andy Shevchenko Date: Wed, 5 Jun 2024 21:27:26 +0000 (+0300) Subject: ASoC: rockchip: Remove unused of_gpio.h X-Git-Tag: v6.11-rc1~108^2~6^2~117^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=640557f3de900974d35a46f5a7b0f2161fe2ba35;p=thirdparty%2Fkernel%2Flinux.git ASoC: rockchip: 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-4-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/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c index b0c3ef030e062..b378f870b3ad2 100644 --- a/sound/soc/rockchip/rockchip_i2s.c +++ b/sound/soc/rockchip/rockchip_i2s.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include diff --git a/sound/soc/rockchip/rockchip_spdif.c b/sound/soc/rockchip/rockchip_spdif.c index 1a24b78e9e02a..eb9d5dee196eb 100644 --- a/sound/soc/rockchip/rockchip_spdif.c +++ b/sound/soc/rockchip/rockchip_spdif.c @@ -11,7 +11,6 @@ #include #include -#include #include #include #include