diff mbox series

[v2,5/7] ASoC: max98396: Drop pointless include

Message ID 20230911-descriptors-asoc-max-v2-5-b9d793fb768e@linaro.org
State Accepted
Commit 70f29a3078f7bc1f1011b7b5fee41fcd52ff189f
Headers show
Series ASoC: Convert some Maxim codecs to use GPIO descriptors | expand

Commit Message

Linus Walleij Sept. 11, 2023, 8:23 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/max98396.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/codecs/max98396.c b/sound/soc/codecs/max98396.c
index 3a1d8c211f3c..e52bb2266fa1 100644
--- a/sound/soc/codecs/max98396.c
+++ b/sound/soc/codecs/max98396.c
@@ -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"