From: Sachin Kamat Date: Fri, 11 Oct 2013 11:53:56 +0000 (+0530) Subject: ASoC: cs4271: Include linux/of.h header X-Git-Tag: v3.13-rc1~2^2~33^2~38^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7ea1b7249adc8c090a0b277ab5f3737ee4023c1;p=platform%2Fkernel%2Flinux-stable.git ASoC: cs4271: 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/cs4271.c b/sound/soc/codecs/cs4271.c index a20f1bb..f6e9534 100644 --- a/sound/soc/codecs/cs4271.c +++ b/sound/soc/codecs/cs4271.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include