Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <peng.fan@nxp.com>
Acked-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
Link: https://patch.msgid.link/20250704130906.1207134-1-peng.fan@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Peng Fan and committed by
Mark Brown
571defe0 bc163bae

-1
-1
sound/soc/rockchip/rockchip_sai.c
··· 9 9 #include <linux/module.h> 10 10 #include <linux/mfd/syscon.h> 11 11 #include <linux/delay.h> 12 - #include <linux/of_gpio.h> 13 12 #include <linux/of_device.h> 14 13 #include <linux/clk.h> 15 14 #include <linux/pm_runtime.h>