ASoC: max98927: Drop pointless includes
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Aug 2023 08:12:17 +0000 (10:12 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 11 Sep 2023 00:19:06 +0000 (01:19 +0100)
commit0307ba5420cd785615efc94be6b101b4ac2538cf
tree04ddaa25b6016bb1a7b2d21a5ea62dc1241e2bc1
parentd9241aaea1418fa4bd6653bee093f63cf47a2c6e
ASoC: max98927: 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-7-b212292b2f08@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98927.c