]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: codec: rockchip_sai: Remove including of_gpio.h
authorPeng Fan <peng.fan@nxp.com>
Fri, 4 Jul 2025 13:09:06 +0000 (21:09 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 4 Jul 2025 18:27:23 +0000 (19:27 +0100)
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>
sound/soc/rockchip/rockchip_sai.c

index 0b9f54102d693661611d15839b82126e9809783d..6695349ee561ec31ed1d0c74e54c6972d4867e6a 100644 (file)
@@ -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>