projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12ffd88
)
ASoC: rt5514: Drop GPIO include
author
Linus Walleij
<linus.walleij@linaro.org>
Sat, 12 Aug 2023 19:56:47 +0000
(21:56 +0200)
committer
Mark Brown
<broonie@kernel.org>
Sun, 13 Aug 2023 18:37:56 +0000
(19:37 +0100)
This driver include the GPIO legacy header <linux/gpio.h yet
doesn't use symbols from it. Drop the include.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org
Link:
https://lore.kernel.org/r/20230812-descriptors-asoc-v1-9-eb4dca1f68af@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org
sound/soc/codecs/rt5514.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt5514.c
b/sound/soc/codecs/rt5514.c
index b3aac2373357b68089a927668546a9fe22200574..43fc7814fddeb538968525a344ea78b2c3a20173 100644
(file)
--- a/
sound/soc/codecs/rt5514.c
+++ b/
sound/soc/codecs/rt5514.c
@@
-17,7
+17,6
@@
#include <linux/i2c.h>
#include <linux/platform_device.h>
#include <linux/firmware.h>
-#include <linux/gpio.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>