From a9ec9212f6d3b5fac6c2bcaaa9fcbcb469f045cb Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Sun, 27 Apr 2025 13:50:20 +0800 Subject: [PATCH] ASoC: codec: sma1307: Remove including of_gpio.h 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 Reviewed-by: Linus Walleij Link: https://patch.msgid.link/20250427055020.176099-1-peng.fan@oss.nxp.com Signed-off-by: Mark Brown --- 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 #include -#include #include #include #include -- 2.50.1