[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250427055020.176099-1-peng.fan@oss.nxp.com>
Date: Sun, 27 Apr 2025 13:50:20 +0800
From: "Peng Fan (OSS)" <peng.fan@....nxp.com>
To: kiseok.jo@...ndevice.com,
lgirdwood@...il.com,
broonie@...nel.org,
perex@...ex.cz,
tiwai@...e.com,
linus.walleij@...aro.org,
brgl@...ev.pl
Cc: linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org,
Peng Fan <peng.fan@....com>
Subject: [PATCH RESEND] ASoC: codec: sma1307: Remove including of_gpio.h
From: Peng Fan <peng.fan@....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@....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 498189ab691c..b3d401ada176 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
Powered by blists - more mailing lists