ASoC: max98520: Drop pointless includes
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Aug 2023 08:12:16 +0000 (10:12 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 11 Sep 2023 00:19:05 +0000 (01:19 +0100)
commitd9241aaea1418fa4bd6653bee093f63cf47a2c6e
treea4a9b7fc57410e73cd0793fac5b708b59f3d2e85
parent70f29a3078f7bc1f1011b7b5fee41fcd52ff189f
ASoC: max98520: Drop pointless includes

This driver is already using solely GPIO descriptors and
do not need to include the legacy headers <linux/gpio.h>
or <linux/of_gpio.h>. Drop them.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230825-descriptors-asoc-max-v1-6-b212292b2f08@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98520.c