diff options
author | 2013-11-20 15:20:24 +0000 | |
---|---|---|
committer | 2013-11-20 15:20:24 +0000 | |
commit | 8b880f48eef80309da6d1c40f7526614b19ab12c (patch) | |
tree | 1ae728f4e2c4020d62940e8cdae75a5352bc3ae1 /sound/soc/codecs/cs4271.c | |
parent | Linux 3.12 (diff) | |
parent | ASoC: ab8500: Revert to using custom I/O functions (diff) | |
download | wireguard-linux-8b880f48eef80309da6d1c40f7526614b19ab12c.tar.xz wireguard-linux-8b880f48eef80309da6d1c40f7526614b19ab12c.zip |
Merge remote-tracking branch 'asoc/fix/ab8500' into asoc-linus
Diffstat (limited to '')
-rw-r--r-- | sound/soc/codecs/cs4271.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c index a20f1bb8f071..f6e953454bc0 100644 --- a/sound/soc/codecs/cs4271.c +++ b/sound/soc/codecs/cs4271.c @@ -25,6 +25,7 @@ #include <linux/gpio.h> #include <linux/i2c.h> #include <linux/spi/spi.h> +#include <linux/of.h> #include <linux/of_device.h> #include <linux/of_gpio.h> #include <sound/pcm.h> |