diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-08-12 21:56:41 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-13 20:37:51 +0200 |
commit | 3abc7076851f63c5d193ee9d942554f182527d18 (patch) | |
tree | 5a6a19ac486382aace664e854d094fb511d0b106 | |
parent | ASoC: rt1015: Drop GPIO include (diff) | |
download | linux-3abc7076851f63c5d193ee9d942554f182527d18.tar.xz linux-3abc7076851f63c5d193ee9d942554f182527d18.zip |
ASoC: rt1015p: Drop legacy GPIO include
This driver include the GPIO legacy header <linux/gpio.h yet
doesn't use symbols from it. It is using the new consumer
include <linux/gpio/consumer.h already. Drop the surplus
include.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org
Link: https://lore.kernel.org/r/20230812-descriptors-asoc-v1-3-eb4dca1f68af@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org
-rw-r--r-- | sound/soc/codecs/rt1015p.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt1015p.c b/sound/soc/codecs/rt1015p.c index 06800dad8798..44e7fe3c32da 100644 --- a/sound/soc/codecs/rt1015p.c +++ b/sound/soc/codecs/rt1015p.c @@ -8,7 +8,6 @@ #include <linux/delay.h> #include <linux/device.h> #include <linux/err.h> -#include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/kernel.h> #include <linux/module.h> |