ASoC: max98396: Drop pointless include
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Aug 2023 08:12:15 +0000 (10:12 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 11 Sep 2023 00:19:05 +0000 (01:19 +0100)
commit70f29a3078f7bc1f1011b7b5fee41fcd52ff189f
tree7130b883cfec79eeb5a7fb50cf0bd303e72f0618
parent4b0dfc0e8cdebd6aa6ce25593c0dcc71d9d21961
ASoC: max98396: Drop pointless include

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

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