projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
766cc49
)
ASoC: ak4118: fix missing header
author
Clément Péron
<peron.clem@gmail.com>
Mon, 4 Feb 2019 15:35:38 +0000
(16:35 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 4 Feb 2019 16:12:05 +0000
(17:12 +0100)
This driver use the gpio consumer interface.
Add the header as it's needed.
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ak4118.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/ak4118.c
b/sound/soc/codecs/ak4118.c
index 238ab29f2bf4c8088f60c49ed47e45f344915ff0..ce419e8cf890b1fef9cf9e5b53f90295c48a6b9f 100644
(file)
--- a/
sound/soc/codecs/ak4118.c
+++ b/
sound/soc/codecs/ak4118.c
@@
-6,6
+6,7
@@
*/
#include <linux/i2c.h>
+#include <linux/gpio/consumer.h>
#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>