projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3abc707
)
ASoC: rt1016: Drop GPIO include
author
Linus Walleij
<linus.walleij@linaro.org>
Sat, 12 Aug 2023 19:56:42 +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-4-eb4dca1f68af@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org
sound/soc/codecs/rt1016.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt1016.c
b/sound/soc/codecs/rt1016.c
index b1e69fa290b2367dda49c614904a7fc84c5d11c0..919a1f25e584dd11c633520ce4d6782324f50a85 100644
(file)
--- a/
sound/soc/codecs/rt1016.c
+++ b/
sound/soc/codecs/rt1016.c
@@
-16,7
+16,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>