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

Peng Fan (OSS) posted 1 patch 10 months, 3 weeks ago
There is a newer version of this series
sound/soc/codecs/sma1307.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] ASoC: codec: sma1307: Remove including of_gpio.h
Posted by Peng Fan (OSS) 10 months, 3 weeks ago
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 --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