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)
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

index 3a1d8c211f3c79d0a3580d9dff08df09d1eccdd8..e52bb2266fa16792ad5dba79c515b5900ade4b2a 100644 (file)
@@ -7,7 +7,6 @@
 #include <sound/pcm_params.h>
 #include <linux/regulator/consumer.h>
 #include <sound/soc.h>
-#include <linux/gpio.h>
 #include <sound/tlv.h>
 #include "max98396.h"