diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-24 12:24:02 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-24 12:24:02 +0200 |
commit | 05be686a40b70c298bd6f4bba2cb0cf8fc96085d (patch) | |
tree | 3551b78ddd23e763cb434dba11ec351bd316a711 | |
parent | Merge remote-tracking branch 'asoc/topic/cq93vc' into asoc-next (diff) | |
parent | ASoC: cs4271: Include linux/of.h header (diff) | |
download | linux-05be686a40b70c298bd6f4bba2cb0cf8fc96085d.tar.xz linux-05be686a40b70c298bd6f4bba2cb0cf8fc96085d.zip |
Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-next
-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> |