]> git.itanic.dy.fi Git - linux-stable/commitdiff
ASoC: rockchip: Drop includes from Rockchip MAX98090
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 28 Sep 2023 22:12:56 +0000 (00:12 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 9 Oct 2023 12:14:13 +0000 (13:14 +0100)
The Rockchip MAX98090 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-3-2d2c0e043aab@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/rockchip/rockchip_max98090.c

index 17087b504a37e686ab17138e0698c162ae7cbb37..e3d603dbc151808db25fcc85929bd552616da781 100644 (file)
@@ -9,8 +9,6 @@
 #include <linux/of_device.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
-#include <linux/gpio.h>
-#include <linux/of_gpio.h>
 #include <sound/core.h>
 #include <sound/jack.h>
 #include <sound/pcm.h>