ASoC: rt1016: Drop GPIO include
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 12 Aug 2023 19:56:42 +0000 (21:56 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 13 Aug 2023 18:37:52 +0000 (19:37 +0100)
This driver include the GPIO legacy header <linux/gpio.h yet
doesn't use symbols from it. Drop the include.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org
Link: https://lore.kernel.org/r/20230812-descriptors-asoc-v1-4-eb4dca1f68af@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org
sound/soc/codecs/rt1016.c

index b1e69fa290b2367dda49c614904a7fc84c5d11c0..919a1f25e584dd11c633520ce4d6782324f50a85 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/i2c.h>
 #include <linux/platform_device.h>
 #include <linux/firmware.h>
-#include <linux/gpio.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>