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/pcm1792a.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/pcm1792a.c b/sound/soc/codecs/pcm1792a.c index 2a8eccf..6f14c50 100644 --- a/sound/soc/codecs/pcm1792a.c +++ b/sound/soc/codecs/pcm1792a.c @@ -28,6 +28,7 @@ #include <sound/initval.h> #include <sound/soc.h> #include <sound/tlv.h> +#include <linux/of.h> #include <linux/of_device.h>
#include "pcm1792a.h"
--
1.7.9.5