alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: ak4118: fix missing header
@ 2019-02-04 15:35 Clément Péron
  2019-02-04 16:17 ` Applied "ASoC: ak4118: fix missing header" to the asoc tree Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Clément Péron @ 2019-02-04 15:35 UTC (permalink / raw)
  To: Adrien Charruel, Takashi Iwai, Jaroslav Kysela, Mark Brown,
	Liam Girdwood
  Cc: alsa-devel, linux-kernel, Clément Péron

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>
---

This has been triggered by Kbuild-all for information:
https://lists.01.org/pipermail/kbuild-all/2019-February/057379.html

 sound/soc/codecs/ak4118.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/ak4118.c b/sound/soc/codecs/ak4118.c
index 238ab29f2bf4..ce419e8cf890 100644
--- 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>
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-04 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-04 15:35 [PATCH] ASoC: ak4118: fix missing header Clément Péron
2019-02-04 16:17 ` Applied "ASoC: ak4118: fix missing header" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).