projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6324ca
)
ASoC: cs4349: Drop legacy include
author
Linus Walleij
<linus.walleij@linaro.org>
Fri, 1 Dec 2023 13:20:39 +0000
(14:20 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 1 Dec 2023 16:59:25 +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-10-ee9f9d4655eb@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs4349.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/cs4349.c
b/sound/soc/codecs/cs4349.c
index 9083228495d49f34be1de27ab37d714f68aee608..ca8f21aa4837b8d86847a473c26165e50a643569 100644
(file)
--- a/
sound/soc/codecs/cs4349.c
+++ b/
sound/soc/codecs/cs4349.c
@@
-13,7
+13,6
@@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>
-#include <linux/gpio.h>
#include <linux/gpio/consumer.h>
#include <linux/platform_device.h>
#include <linux/pm.h>