diff mbox series

[2/7] ASoC: max98357a: Drop pointless include

Message ID 20230825-descriptors-asoc-max-v1-2-b212292b2f08@linaro.org (mailing list archive)
State Superseded
Headers show
Series ASoC: Convert some Maxim codecs to use GPIO descriptors | expand

Commit Message

Linus Walleij Aug. 25, 2023, 8:12 a.m. UTC
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>
---
 sound/soc/codecs/max98357a.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c
index 2a2b286f1747..cc811f58c9d2 100644
--- a/sound/soc/codecs/max98357a.c
+++ b/sound/soc/codecs/max98357a.c
@@ -8,7 +8,6 @@ 
 #include <linux/delay.h>
 #include <linux/device.h>
 #include <linux/err.h>
-#include <linux/gpio.h>
 #include <linux/gpio/consumer.h>
 #include <linux/kernel.h>
 #include <linux/mod_devicetable.h>