diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-09-29 00:12:57 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-09 14:14:14 +0200 |
commit | 329b017ccdf80cdcc3550f6caecbf2bc80a67432 (patch) | |
tree | c1c4dd8b1d58329330309843c5274b9e4cf62b7e /sound/soc/rockchip | |
parent | ASoC: rockchip: Drop includes from Rockchip MAX98090 (diff) | |
download | linux-329b017ccdf80cdcc3550f6caecbf2bc80a67432.tar.xz linux-329b017ccdf80cdcc3550f6caecbf2bc80a67432.zip |
ASoC: rockchip: Drop includes from Rockchip RT5645
The Rockchip RT5645 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-4-2d2c0e043aab@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip')
-rw-r--r-- | sound/soc/rockchip/rockchip_rt5645.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/rockchip/rockchip_rt5645.c b/sound/soc/rockchip/rockchip_rt5645.c index d5cfef9be1af..449f62820045 100644 --- a/sound/soc/rockchip/rockchip_rt5645.c +++ b/sound/soc/rockchip/rockchip_rt5645.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 <sound/core.h> #include <sound/jack.h> |