From: Sachin Kamat Date: Fri, 11 Oct 2013 11:53:59 +0000 (+0530) Subject: ASoC: tas5086: Include linux/of.h header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=285d00c11b0a8d0ef63c176f88caab5071c9e80d;p=linux-beck.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 2996d2ea026b..fe4d29d88564 100644 --- a/sound/soc/codecs/tas5086.c +++ b/sound/soc/codecs/tas5086.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include