ASoC: max98388: Correct the includes
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Aug 2023 08:12:14 +0000 (10:12 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 11 Sep 2023 00:19:04 +0000 (01:19 +0100)
commit4b0dfc0e8cdebd6aa6ce25593c0dcc71d9d21961
treec370ec73f958e791e2dc69c53a02080115ce77ca
parentc5cb83a104a2d95ba4ba182051eff2a8c82d5beb
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/20230825-descriptors-asoc-max-v1-4-b212292b2f08@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98388.c