diff options
author | Clément Péron <peron.clem@gmail.com> | 2019-02-04 16:35:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-04 17:12:05 +0100 |
commit | 0f747bb273790f49be4660521d86d7cebd1bbe1e (patch) | |
tree | de6885a14156dc9b364ce2d201aa4d23449dbe41 /sound/soc/codecs | |
parent | 766cc4965a3a2a8a62e70e9d98e1d946a71368d5 (diff) |
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 <peron.clem@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/ak4118.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |