ASoC: max98388: Correct the includes
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 11 Sep 2023 08:23:51 +0000 (10:23 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 11 Sep 2023 11:50:08 +0000 (12:50 +0100)
commit832beb640e425b5d1a92d8c2002e6b8e0af693eb
treec370ec73f958e791e2dc69c53a02080115ce77ca
parentd3091d09de46e7ea88fa943efd458094e6a6ceb6
ASoC: max98388: Correct the includes

The MAX98388 driver is using the modern GPIO descriptor API
but uses legacy includes. Include the proper <linux/consumer.h>
header instead.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230911-descriptors-asoc-max-v2-4-b9d793fb768e@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98388.c