projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3116dc2
)
ASoC: rockchip: Drop includes from Rockchip MAX98090
author
Linus Walleij
<linus.walleij@linaro.org>
Thu, 28 Sep 2023 22:12:56 +0000
(
00:12
+0200)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/sound/soc/rockchip/rockchip_max98090.c
b/sound/soc/rockchip/rockchip_max98090.c
index 17087b504a37e686ab17138e0698c162ae7cbb37..e3d603dbc151808db25fcc85929bd552616da781 100644
(file)
--- a/
sound/soc/rockchip/rockchip_max98090.c
+++ b/
sound/soc/rockchip/rockchip_max98090.c
@@
-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>