diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-06-05 23:27:26 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-06-10 13:48:38 +0200 |
commit | 640557f3de900974d35a46f5a7b0f2161fe2ba35 (patch) | |
tree | 8d5f61ad488eb484e8a0682fa9e03ff6bd532a58 /sound/soc/rockchip/rockchip_spdif.c | |
parent | ASoC: fsl: Remove unused of_gpio.h (diff) | |
download | linux-640557f3de900974d35a46f5a7b0f2161fe2ba35.tar.xz linux-640557f3de900974d35a46f5a7b0f2161fe2ba35.zip |
ASoC: rockchip: 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-4-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>
Diffstat (limited to 'sound/soc/rockchip/rockchip_spdif.c')
-rw-r--r-- | sound/soc/rockchip/rockchip_spdif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/rockchip/rockchip_spdif.c b/sound/soc/rockchip/rockchip_spdif.c index 1a24b78e9e02..eb9d5dee196e 100644 --- a/sound/soc/rockchip/rockchip_spdif.c +++ b/sound/soc/rockchip/rockchip_spdif.c @@ -11,7 +11,6 @@ #include <linux/module.h> #include <linux/delay.h> -#include <linux/of_gpio.h> #include <linux/clk.h> #include <linux/pm_runtime.h> #include <linux/mfd/syscon.h> |