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)
commit3abc7076851f63c5d193ee9d942554f182527d18
tree5a6a19ac486382aace664e854d094fb511d0b106
parentc7a7f4444b1fd648edc3fb54f2d3822215b46c56
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
sound/soc/codecs/rt1015p.c