diff mbox

[6/6] ASoC: tpa6130a2: Include of.h

Message ID 1396591153-10924-6-git-send-email-sachin.kamat@linaro.org (mailing list archive)
State Accepted
Commit ee5e4534f7b39aaf1256d3de14f412489d5879df
Headers show

Commit Message

Sachin Kamat April 4, 2014, 5:59 a.m. UTC
of_match_ptr is defined in of.h. Include it explicitly.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 sound/soc/codecs/tpa6130a2.c |    1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown April 14, 2014, 7:35 p.m. UTC | #1
On Fri, Apr 04, 2014 at 11:29:13AM +0530, Sachin Kamat wrote:
> of_match_ptr is defined in of.h. Include it explicitly.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/codecs/tpa6130a2.c b/sound/soc/codecs/tpa6130a2.c
index b27c396..8fc5a64 100644
--- a/sound/soc/codecs/tpa6130a2.c
+++ b/sound/soc/codecs/tpa6130a2.c
@@ -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"