OSDN Git Service

ASoC: pcm1792a: Include linux/of.h header
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 11 Oct 2013 11:53:58 +0000 (17:23 +0530)
committerMark Brown <broonie@linaro.org>
Wed, 16 Oct 2013 18:00:50 +0000 (19:00 +0100)
'of_match_ptr' is defined in linux/of.h. Include it explicitly.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/pcm1792a.c

index 2a8eccf..6f14c50 100644 (file)
@@ -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"