[PATCH v2 2/4] ASoC: rockchip: Drop includes from RK3399
Linus Walleij
linus.walleij at linaro.org
Thu Sep 28 15:12:55 PDT 2023
The RK3399 ASoC driver includes two legacy GPIO headers but
doesn't use symbols from any of them. Delete the includes.
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
sound/soc/rockchip/rk3399_gru_sound.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sound/soc/rockchip/rk3399_gru_sound.c b/sound/soc/rockchip/rk3399_gru_sound.c
index 0f704d22d21b..a178fcd94d88 100644
--- a/sound/soc/rockchip/rk3399_gru_sound.c
+++ b/sound/soc/rockchip/rk3399_gru_sound.c
@@ -8,8 +8,6 @@
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
-#include <linux/gpio.h>
-#include <linux/of_gpio.h>
#include <linux/delay.h>
#include <linux/spi/spi.h>
#include <linux/i2c.h>
--
2.34.1
More information about the Linux-rockchip
mailing list