[PATCH] ASoC: codec: rockchip_sai: Remove including of_gpio.h
Peng Fan
peng.fan at nxp.com
Fri Jul 4 06:09:06 PDT 2025
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 <peng.fan at nxp.com>
---
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 0b9f54102d69..6695349ee561 100644
--- a/sound/soc/rockchip/rockchip_sai.c
+++ b/sound/soc/rockchip/rockchip_sai.c
@@ -9,7 +9,6 @@
#include <linux/module.h>
#include <linux/mfd/syscon.h>
#include <linux/delay.h>
-#include <linux/of_gpio.h>
#include <linux/of_device.h>
#include <linux/clk.h>
#include <linux/pm_runtime.h>
--
2.37.1
More information about the Linux-rockchip
mailing list