projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef6069f
)
ASoC: cs35l32: Drop legacy include
author
Linus Walleij
<linus.walleij@linaro.org>
Fri, 1 Dec 2023 13:20:30 +0000
(14:20 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 1 Dec 2023 16:59:16 +0000
(16:59 +0000)
This driver includes the legacy GPIO API <linux/gpio.h> but
does not use any symbols from it.
Drop the include.
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link:
https://lore.kernel.org/r/20231201-descriptors-sound-cirrus-v2-1-ee9f9d4655eb@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l32.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/cs35l32.c
b/sound/soc/codecs/cs35l32.c
index 1380406184385c5b09401471370844cb56e0dbb0..d1350ffbf3bdbc2402408f0813811cdbaddced69 100644
(file)
--- a/
sound/soc/codecs/cs35l32.c
+++ b/
sound/soc/codecs/cs35l32.c
@@
-13,7
+13,6
@@
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/i2c.h>
-#include <linux/gpio.h>
#include <linux/regmap.h>
#include <linux/slab.h>
#include <linux/platform_device.h>