Skip to content

Commit 571defe

Browse files
MrVanbroonie
authored andcommitted
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>
1 parent bc163ba commit 571defe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/rockchip/rockchip_sai.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <linux/module.h>
1010
#include <linux/mfd/syscon.h>
1111
#include <linux/delay.h>
12-
#include <linux/of_gpio.h>
1312
#include <linux/of_device.h>
1413
#include <linux/clk.h>
1514
#include <linux/pm_runtime.h>

0 commit comments

Comments
 (0)