From 0f747bb273790f49be4660521d86d7cebd1bbe1e Mon Sep 17 00:00:00 2001 From: Clément Péron Date: Mon, 4 Feb 2019 16:35:38 +0100 Subject: ASoC: ak4118: fix missing header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This driver use the gpio consumer interface. Add the header as it's needed. Signed-off-by: Clément Péron Signed-off-by: Mark Brown --- sound/soc/codecs/ak4118.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/soc/codecs/ak4118.c') 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 +#include #include #include #include -- cgit