diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-06-06 00:27:25 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-06-10 12:48:37 +0100 |
commit | f10d0956bc0460744fa4c085cff41ce862619a2c (patch) | |
tree | d284b48181a85db81db9b65dad77b00c85dc42b4 | |
parent | d52378dda71cd9a0a25f863ffb9ccc4280133a4f (diff) | |
download | lwn-f10d0956bc0460744fa4c085cff41ce862619a2c.tar.gz lwn-f10d0956bc0460744fa4c085cff41ce862619a2c.zip |
ASoC: fsl: Remove unused of_gpio.h
of_gpio.h is deprecated and subject to remove. The drivers in question
don't use it, simply remove the unused header.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240605221446.2624964-3-andriy.shevchenko@linux.intel.com
Reviewed-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/fsl/imx-es8328.c | 1 | ||||
-rw-r--r-- | sound/soc/fsl/imx-rpmsg.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/fsl/imx-es8328.c b/sound/soc/fsl/imx-es8328.c index 5b9648f3b087..3ef92f6dfc6b 100644 --- a/sound/soc/fsl/imx-es8328.c +++ b/sound/soc/fsl/imx-es8328.c @@ -8,7 +8,6 @@ #include <linux/of.h> #include <linux/of_platform.h> #include <linux/i2c.h> -#include <linux/of_gpio.h> #include <sound/soc.h> #include <sound/jack.h> diff --git a/sound/soc/fsl/imx-rpmsg.c b/sound/soc/fsl/imx-rpmsg.c index 0f1ad7ad7d27..ce98d2288193 100644 --- a/sound/soc/fsl/imx-rpmsg.c +++ b/sound/soc/fsl/imx-rpmsg.c @@ -5,9 +5,7 @@ #include <linux/of_platform.h> #include <linux/of_reserved_mem.h> #include <linux/i2c.h> -#include <linux/of_gpio.h> #include <linux/slab.h> -#include <linux/gpio.h> #include <linux/clk.h> #include <sound/soc.h> #include <sound/jack.h> |