diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-12-14 14:15:42 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-18 14:03:29 +0000 |
commit | 487b467206fb2f3a21c93759d3b0ffe7044ed197 (patch) | |
tree | edaec15b1aec806f0d6d7a2704d4c3e84d3cf7ee | |
parent | c95a2a0be0b1bba2e051faa105c2e0401fc2de33 (diff) |
ASoC: hisilicon: Drop GPIO include
This driver is including the legacy GPIO header <linux/gpio.h>
but not using any symbols from it. Drop the include.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://msgid.link/r/20231214-gpio-descriptors-sound-misc-v1-1-e3004176bd8b@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/hisilicon/hi6210-i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/hisilicon/hi6210-i2s.c b/sound/soc/hisilicon/hi6210-i2s.c index dd7d2a077248..250ae3781d14 100644 --- a/sound/soc/hisilicon/hi6210-i2s.c +++ b/sound/soc/hisilicon/hi6210-i2s.c @@ -15,7 +15,6 @@ #include <linux/clk.h> #include <linux/jiffies.h> #include <linux/io.h> -#include <linux/gpio.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> |