diff mbox series

ASoC: codec: sma1307: Remove including of_gpio.h

Message ID 20250324013608.628513-1-peng.fan@oss.nxp.com (mailing list archive)
State New
Headers show
Series ASoC: codec: sma1307: Remove including of_gpio.h | expand

Commit Message

Peng Fan (OSS) March 24, 2025, 1:36 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

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@nxp.com>
---
 sound/soc/codecs/sma1307.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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>