projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a5a801
)
ASoC: rt1019: Drop GPIO include
author
Linus Walleij
<linus.walleij@linaro.org>
Sat, 12 Aug 2023 19:56:43 +0000
(21:56 +0200)
committer
Mark Brown
<broonie@kernel.org>
Sun, 13 Aug 2023 18:37:52 +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-5-eb4dca1f68af@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org
sound/soc/codecs/rt1019.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt1019.c
b/sound/soc/codecs/rt1019.c
index fd55049920c190fc8741d2688fcbd3577fa0cd02..ceb8baa6a20d78f1d57e693c1ff168504495c3a1 100644
(file)
--- a/
sound/soc/codecs/rt1019.c
+++ b/
sound/soc/codecs/rt1019.c
@@
-18,7
+18,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>