ASoC: rt5645: Drop legacy GPIO include
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 12 Aug 2023 19:56:48 +0000 (21:56 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 13 Aug 2023 18:37:56 +0000 (19:37 +0100)
commit92f1b48277f2fdaa9649630dc9a8ec298bfd6def
tree21d2e8e698559eb43d9e4a5067d5bc5a7fef7e95
parent9fdc4feacdb0a5b3a49d611aff88371f8f8d4971
ASoC: rt5645: 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-10-eb4dca1f68af@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org
sound/soc/codecs/rt5645.c