diff options
author | Ben Zhang | 2014-10-03 14:37:24 -0700 |
---|---|---|
committer | Mark Brown | 2014-10-20 12:22:20 +0100 |
commit | 80fff6bf65dcae62255bdb592603dfc247c8cacf (patch) | |
tree | 6cd85f18d243e73cc1a2cd680d6b4b0697ad4b3a /sound/soc/codecs/rt5677.h | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) |
ASoC: rt5677: Include gpio driver header
The header file is needed because struct gpio_chip is
placed in struct rt5677_priv.
Signed-off-by: Ben Zhang <benzh@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5677.h')
-rw-r--r-- | sound/soc/codecs/rt5677.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5677.h b/sound/soc/codecs/rt5677.h index d4eb6d5e6746..99fd023e3290 100644 --- a/sound/soc/codecs/rt5677.h +++ b/sound/soc/codecs/rt5677.h @@ -13,6 +13,7 @@ #define __RT5677_H__ #include <sound/rt5677.h> +#include <linux/gpio/driver.h> /* Info */ #define RT5677_RESET 0x00 |