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 <[email protected]> Acked-by: Nicolas Frattaroli <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent bc163ba commit 571defe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)