diff options
author | 2013-11-08 10:43:32 +0000 | |
---|---|---|
committer | 2013-11-08 10:43:32 +0000 | |
commit | 97df0a0538b6e10a51bd54ff46dd1829f0713c7c (patch) | |
tree | be95b966a77d2323c4b72ee08d88a564c75d2619 | |
parent | Merge remote-tracking branch 'asoc/topic/mxs' into asoc-next (diff) | |
parent | ASoC: pcm1681: Include linux/of.h header (diff) | |
download | wireguard-linux-97df0a0538b6e10a51bd54ff46dd1829f0713c7c.tar.xz wireguard-linux-97df0a0538b6e10a51bd54ff46dd1829f0713c7c.zip |
Merge remote-tracking branch 'asoc/topic/pcm1681' into asoc-next
-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> |