ASoC: max98927: Drop pointless includes
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 11 Sep 2023 08:23:54 +0000 (10:23 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 11 Sep 2023 11:50:10 +0000 (12:50 +0100)
commitce22caa4a1f050ceee47b45f2e531cf7bfbe0b63
tree04ddaa25b6016bb1a7b2d21a5ea62dc1241e2bc1
parent0d22f950eb6a0a177826f9cc4f2fc0aa1b560228
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/20230911-descriptors-asoc-max-v2-7-b9d793fb768e@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98927.c