diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-09-29 00:12:55 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-09 14:14:12 +0200 |
commit | 3116dc2e16542d56bd173e90ce1893bed697a830 (patch) | |
tree | c598a5abd6fb13ce0c813c96d5b91151dc1b2b37 /sound/soc/rockchip/rk3399_gru_sound.c | |
parent | ASoC: rockchip: Convert RK3288 HDMI to GPIO descriptors (diff) | |
download | linux-3116dc2e16542d56bd173e90ce1893bed697a830.tar.xz linux-3116dc2e16542d56bd173e90ce1893bed697a830.zip |
ASoC: rockchip: Drop includes from RK3399
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@linaro.org>
Link: https://lore.kernel.org/r/20230929-descriptors-asoc-rockchip-v2-2-2d2c0e043aab@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip/rk3399_gru_sound.c')
-rw-r--r-- | sound/soc/rockchip/rk3399_gru_sound.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/rockchip/rk3399_gru_sound.c b/sound/soc/rockchip/rk3399_gru_sound.c index 4c3b8b363530..1a504ebd3a0e 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> |