ASoC: tpa6130a2: Include of.h
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 4 Apr 2014 05:59:13 +0000 (11:29 +0530)
committerMark Brown <broonie@linaro.org>
Mon, 14 Apr 2014 19:35:13 +0000 (20:35 +0100)
of_match_ptr is defined in 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/tpa6130a2.c

index b27c396037d4af1c03007b296f9c21b77957265a..8fc5a647453b61c8c7636db58dcd9c182d818a60 100644 (file)
@@ -30,6 +30,7 @@
 #include <sound/tpa6130a2-plat.h>
 #include <sound/soc.h>
 #include <sound/tlv.h>
+#include <linux/of.h>
 #include <linux/of_gpio.h>
 
 #include "tpa6130a2.h"
This page took 0.024664 seconds and 5 git commands to generate.