diff options
author | 2013-10-24 11:24:09 +0100 | |
---|---|---|
committer | 2013-10-24 11:24:09 +0100 | |
commit | 440f5e8996d2738b4bb04dcb62d6434934a4397f (patch) | |
tree | ccee67687022c056531de48a9c4199e88c9acc5d | |
parent | Merge remote-tracking branch 'asoc/topic/mxs' into asoc-next (diff) | |
parent | ASoC: pcm1681: Include linux/of.h header (diff) | |
download | wireguard-linux-440f5e8996d2738b4bb04dcb62d6434934a4397f.tar.xz wireguard-linux-440f5e8996d2738b4bb04dcb62d6434934a4397f.zip |
Merge remote-tracking branch 'asoc/topic/pcm1681' into asoc-next
Diffstat (limited to '')
-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> |