diff options
author | Mark Brown <broonie@kernel.org> | 2015-07-20 18:36:15 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-20 19:27:40 +0100 |
commit | bf9185dda829b2aaf73e1e869891a968ff85e2ae (patch) | |
tree | 03202b86e388cc5c80cdd70283a0691a53ed96df /sound/soc/sti | |
parent | f2da4542268503d22869617b7dbcb40d364c78bb (diff) |
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" |