From: Sachin Kamat Date: Fri, 11 Oct 2013 11:53:59 +0000 (+0530) Subject: ASoC: tas5086: Include linux/of.h header X-Git-Tag: v3.13-rc1~2^2~33^2~13^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=285d00c11b0a8d0ef63c176f88caab5071c9e80d;p=platform%2Fkernel%2Flinux-stable.git ASoC: tas5086: Include linux/of.h header 'of_match_ptr' is defined in linux/of.h. Include it explicitly. Signed-off-by: Sachin Kamat Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/tas5086.c b/sound/soc/codecs/tas5086.c index 2996d2e..fe4d29d 100644 --- a/sound/soc/codecs/tas5086.c +++ b/sound/soc/codecs/tas5086.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include