![](https://secure.gravatar.com/avatar/237e490ea8c728a6082661383b79b1e4.jpg?s=120&d=mm&r=g)
27 Sep
2013
27 Sep
'13
1:15 p.m.
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat sachin.kamat@linaro.org --- sound/soc/codecs/tas5086.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/tas5086.c b/sound/soc/codecs/tas5086.c index 6d31d88..e7c9a08 100644 --- a/sound/soc/codecs/tas5086.c +++ b/sound/soc/codecs/tas5086.c @@ -37,6 +37,7 @@ #include <linux/i2c.h> #include <linux/regmap.h> #include <linux/spi/spi.h> +#include <linux/of.h> #include <linux/of_device.h> #include <linux/of_gpio.h> #include <sound/pcm.h>
--
1.7.9.5