[PATCH] ASoC: codec: sma1307: Remove including of_gpio.h

From: Peng Fan (OSS)
Date: Sun Mar 23 2025 - 21:37:37 EST


From: Peng Fan <peng.fan@xxxxxxx>

of_gpio.h is deprecated. And there is no user in this driver
using API in of_gpio.h, so remove it.

Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
sound/soc/codecs/sma1307.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/sma1307.c b/sound/soc/codecs/sma1307.c
index dac17da9cedd..a2b4a6d10dab 100644
--- a/sound/soc/codecs/sma1307.c
+++ b/sound/soc/codecs/sma1307.c
@@ -8,7 +8,6 @@

#include <linux/firmware.h>
#include <linux/i2c.h>
-#include <linux/of_gpio.h>
#include <linux/regmap.h>
#include <sound/pcm_params.h>
#include <sound/tlv.h>
--
2.37.1