From: Sachin Kamat Date: Fri, 11 Oct 2013 11:53:57 +0000 (+0530) Subject: ASoC: pcm1681: Include linux/of.h header X-Git-Tag: v3.13-rc1~2^2~33^2~23^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=193a47162c93afa09fffd04a04443f14d402c606;p=kernel%2Fkernel-generic.git ASoC: pcm1681: 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/pcm1681.c b/sound/soc/codecs/pcm1681.c index 651ce09..54ea15b 100644 --- a/sound/soc/codecs/pcm1681.c +++ b/sound/soc/codecs/pcm1681.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include