Commit 0f747bb2 authored by Clément Péron's avatar Clément Péron Committed by Mark Brown

ASoC: ak4118: fix missing header

This driver use the gpio consumer interface.
Add the header as it's needed.
Signed-off-by: default avatarClément Péron <peron.clem@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 766cc496
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment