diff mbox series

[7/7] ASoC: max98927: Drop pointless includes

Message ID 20230825-descriptors-asoc-max-v1-7-b212292b2f08@linaro.org
State Accepted
Commit 0307ba5420cd785615efc94be6b101b4ac2538cf
Headers show
Series [1/7] ASoC: max9768: Convert 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 headers <linux/gpio.h>
or <linux/of_gpio.h>. Drop them.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 sound/soc/codecs/max98927.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c
index 776f23d38ac5..70db9d3ff5a5 100644
--- a/sound/soc/codecs/max98927.c
+++ b/sound/soc/codecs/max98927.c
@@ -15,9 +15,7 @@ 
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
 #include <sound/soc.h>
-#include <linux/gpio.h>
 #include <linux/gpio/consumer.h>
-#include <linux/of_gpio.h>
 #include <sound/tlv.h>
 #include "max98927.h"