[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250324013608.628513-1-peng.fan@oss.nxp.com>
Date: Mon, 24 Mar 2025 09:36:07 +0800
From: "Peng Fan (OSS)" <peng.fan@....nxp.com>
To: Kiseok Jo <kiseok.jo@...ndevice.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
linux-sound@...r.kernel.org (open list:IRON DEVICE AUDIO CODEC DRIVERS),
linux-kernel@...r.kernel.org (open list)
Cc: Peng Fan <peng.fan@....com>
Subject: [PATCH] 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 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
Powered by blists - more mailing lists