From: Clément Péron Date: Mon, 4 Feb 2019 15:35:38 +0000 (+0100) Subject: ASoC: ak4118: fix missing header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0f747bb273790f49be4660521d86d7cebd1bbe1e;p=linux.git ASoC: ak4118: fix missing header 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 --- diff --git a/sound/soc/codecs/ak4118.c b/sound/soc/codecs/ak4118.c index 238ab29f2bf4c..ce419e8cf890b 100644 --- a/sound/soc/codecs/ak4118.c +++ b/sound/soc/codecs/ak4118.c @@ -6,6 +6,7 @@ */ #include +#include #include #include #include