projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9a0693
)
ASoC: pcm1681: Drop unused include
author
Linus Walleij
<linus.walleij@linaro.org>
Wed, 12 Mar 2025 13:31:50 +0000
(14:31 +0100)
committer
Mark Brown
<broonie@kernel.org>
Sun, 16 Mar 2025 23:27:37 +0000
(23:27 +0000)
This driver includes the legacy GPIO header <linux/gpio.h>
but does not use any symbols from it so drop the include.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link:
https://patch.msgid.link/20250312-pcm-codecs-v1-1-41ffc4f8fc5c@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/pcm1681.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/pcm1681.c
b/sound/soc/codecs/pcm1681.c
index fc152496d5dc53dae527a537146f18a44387222c..a1ec881d70841ad10cbb65ad7d59419ebb6f7722 100644
(file)
--- a/
sound/soc/codecs/pcm1681.c
+++ b/
sound/soc/codecs/pcm1681.c
@@
-9,7
+9,6
@@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/delay.h>
-#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/regmap.h>
#include <linux/of.h>