From 571defe0dff3f1e4180bd0db79283d3d5bf74a71 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Fri, 4 Jul 2025 21:09:06 +0800 Subject: [PATCH] ASoC: codec: rockchip_sai: Remove including of_gpio.h of_gpio.h is deprecated. And there is no user in this driver using API in of_gpio.h, so remove it. Signed-off-by: Peng Fan Acked-by: Nicolas Frattaroli Link: https://patch.msgid.link/20250704130906.1207134-1-peng.fan@nxp.com Signed-off-by: Mark Brown --- sound/soc/rockchip/rockchip_sai.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/rockchip/rockchip_sai.c b/sound/soc/rockchip/rockchip_sai.c index 0b9f54102d693..6695349ee561e 100644 --- a/sound/soc/rockchip/rockchip_sai.c +++ b/sound/soc/rockchip/rockchip_sai.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include -- 2.47.2