From: Andrew F. Davis Date: Thu, 7 Dec 2017 15:38:51 +0000 (-0600) Subject: ASoC: tlv320aic31xx: Fix GPIO header includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=283c35062f778fc40f8eb5dc004ca37a7208ea66;p=linux.git ASoC: tlv320aic31xx: Fix GPIO header includes Use of gpiod_* needs , add this here. Fixes: b6b247cd5e37 ("ASoC: tlv320aic31xx: Switch GPIO handling to use gpiod_* API") Signed-off-by: Andrew F. Davis Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c index 38fd6ea275fb3..13471a900085d 100644 --- a/sound/soc/codecs/tlv320aic31xx.c +++ b/sound/soc/codecs/tlv320aic31xx.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include #include