diff options
author | Mark Brown <broonie@linaro.org> | 2013-11-08 10:43:32 +0000 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-08 10:43:32 +0000 |
commit | 97df0a0538b6e10a51bd54ff46dd1829f0713c7c (patch) | |
tree | be95b966a77d2323c4b72ee08d88a564c75d2619 /sound | |
parent | 5ac452772f41b266a5959c5a7eac756ed8f5fdad (diff) | |
parent | 193a47162c93afa09fffd04a04443f14d402c606 (diff) | |
download | linux-97df0a0538b6e10a51bd54ff46dd1829f0713c7c.tar.bz2 |
Merge remote-tracking branch 'asoc/topic/pcm1681' into asoc-next
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/pcm1681.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/pcm1681.c b/sound/soc/codecs/pcm1681.c index c91eba504f92..73f9c3630e2c 100644 --- a/sound/soc/codecs/pcm1681.c +++ b/sound/soc/codecs/pcm1681.c @@ -21,6 +21,7 @@ #include <linux/gpio.h> #include <linux/i2c.h> #include <linux/regmap.h> +#include <linux/of.h> #include <linux/of_device.h> #include <linux/of_gpio.h> #include <sound/pcm.h> |