ASoC: tlv320aic31xx: Fix GPIO header includes
authorAndrew F. Davis <afd@ti.com>
Thu, 7 Dec 2017 15:38:51 +0000 (09:38 -0600)
committerMark Brown <broonie@kernel.org>
Thu, 7 Dec 2017 17:47:17 +0000 (17:47 +0000)
Use of gpiod_* needs <linux/gpio/consumer.h>, add this here.

Fixes: b6b247cd5e37 ("ASoC: tlv320aic31xx: Switch GPIO handling to use gpiod_* API")
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic31xx.c

index 38fd6ea275fb3c9b68bccd8646bac31d09707300..13471a900085d959ea0ac5d217d7c3be40225507 100644 (file)
@@ -18,7 +18,7 @@
 #include <linux/delay.h>
 #include <linux/pm.h>
 #include <linux/i2c.h>
-#include <linux/gpio.h>
+#include <linux/gpio/consumer.h>
 #include <linux/regulator/consumer.h>
 #include <linux/acpi.h>
 #include <linux/of.h>