diff options
author | Mark Brown <broonie@kernel.org> | 2015-07-20 19:36:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-20 20:27:40 +0200 |
commit | bf9185dda829b2aaf73e1e869891a968ff85e2ae (patch) | |
tree | 03202b86e388cc5c80cdd70283a0691a53ed96df /sound/soc/sti | |
parent | ASoC: sti: sti_uniperiph_dai_create_ctrl() can be static (diff) | |
download | linux-bf9185dda829b2aaf73e1e869891a968ff85e2ae.tar.xz linux-bf9185dda829b2aaf73e1e869891a968ff85e2ae.zip |
ASoC: sti-uniperf: Fix implicit inclusion of pinctrl
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sti')
-rw-r--r-- | sound/soc/sti/sti_uniperif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sti/sti_uniperif.c b/sound/soc/sti/sti_uniperif.c index 83a301f2aa66..51f745c56c7f 100644 --- a/sound/soc/sti/sti_uniperif.c +++ b/sound/soc/sti/sti_uniperif.c @@ -6,6 +6,7 @@ */ #include <linux/module.h> +#include <linux/pinctrl/consumer.h> #include "uniperif.h" |