ASoC: rt1015p: Drop legacy GPIO include
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 12 Aug 2023 19:56:41 +0000 (21:56 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 13 Aug 2023 18:37:51 +0000 (19:37 +0100)
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
sound/soc/codecs/rt1015p.c

index 06800dad879812a14e9d5a58ba095e5bbc142570..44e7fe3c32da56e0f194da99d744c18cc970d2fe 100644 (file)
@@ -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>