diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-06-05 23:27:24 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-06-10 13:48:36 +0200 |
commit | d52378dda71cd9a0a25f863ffb9ccc4280133a4f (patch) | |
tree | 407e3d995636b030d305785244cdc01fb7348acf /sound/soc/codecs/pcm3168a.c | |
parent | ASoC: dt-bindings: convert amlogic,g12a-tohdmitx to dt-schema (diff) | |
download | linux-d52378dda71cd9a0a25f863ffb9ccc4280133a4f.tar.xz linux-d52378dda71cd9a0a25f863ffb9ccc4280133a4f.zip |
ASoC: codecs: 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.
Reviewed-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240605221446.2624964-2-andriy.shevchenko@linux.intel.com
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/pcm3168a.c')
-rw-r--r-- | sound/soc/codecs/pcm3168a.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/pcm3168a.c b/sound/soc/codecs/pcm3168a.c index 9d6431338fb7..3c0e0fdbfc5c 100644 --- a/sound/soc/codecs/pcm3168a.c +++ b/sound/soc/codecs/pcm3168a.c @@ -11,7 +11,6 @@ #include <linux/delay.h> #include <linux/gpio/consumer.h> #include <linux/module.h> -#include <linux/of_gpio.h> #include <linux/pm_runtime.h> #include <linux/regulator/consumer.h> |