]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ASoC: codec: sma1307: Remove including of_gpio.h
authorPeng Fan <peng.fan@nxp.com>
Sun, 27 Apr 2025 05:50:20 +0000 (13:50 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 1 May 2025 00:26:02 +0000 (09:26 +0900)
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>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patch.msgid.link/20250427055020.176099-1-peng.fan@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sma1307.c

index 498189ab691c463b321f4049fde6bc103a19cf3e..b3d401ada1760185873d3630c31eb547113df1a8 100644 (file)
@@ -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>