diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-10-06 15:46:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-09 15:27:47 +0200 |
commit | cb1c18e8a7337c7f3ee461b613a52a45c3f723d5 (patch) | |
tree | 68d629da574d52d02f295e219c9a81161559739c /sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c | |
parent | ASoC: mt8173-rt5650-rt5514: Drop unused includes (diff) | |
download | linux-cb1c18e8a7337c7f3ee461b613a52a45c3f723d5.tar.xz linux-cb1c18e8a7337c7f3ee461b613a52a45c3f723d5.zip |
ASoC: mt8173-rt5650-rt5676: Drop unused includes
This driver includes the legacy GPIO header <linux/gpio.h> and
<linux/of_gpio.h> but does not use any symbols from either of
them so drop the includes.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20231006-descriptors-asoc-mediatek-v1-5-07fe79f337f5@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c')
-rw-r--r-- | sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c b/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c index 892387c4dd18..763067c21153 100644 --- a/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c +++ b/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c @@ -7,8 +7,6 @@ */ #include <linux/module.h> -#include <linux/gpio.h> -#include <linux/of_gpio.h> #include <sound/soc.h> #include <sound/jack.h> #include "../../codecs/rt5645.h" |