]> git.itanic.dy.fi Git - linux-stable/commitdiff
ASoC: rockchip: Drop includes from Rockchip RT5645
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 28 Sep 2023 22:12:57 +0000 (00:12 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 9 Oct 2023 12:14:14 +0000 (13:14 +0100)
The Rockchip RT5645 ASoC driver includes two legacy GPIO
headers but doesn't use symbols from any of them. Delete
the includes.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230929-descriptors-asoc-rockchip-v2-4-2d2c0e043aab@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/rockchip/rockchip_rt5645.c

index d5cfef9be1af87400a9c2d1c58dde3deb334cc10..449f62820045c08d5106198980dc8f53b010d629 100644 (file)
@@ -8,8 +8,6 @@
 #include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
-#include <linux/gpio.h>
-#include <linux/of_gpio.h>
 #include <linux/delay.h>
 #include <sound/core.h>
 #include <sound/jack.h>