From: Sachin Kamat Date: Fri, 11 Oct 2013 11:53:57 +0000 (+0530) Subject: ASoC: pcm1681: Include linux/of.h header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=193a47162c93afa09fffd04a04443f14d402c606;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 651ce0923675..54ea15b87bfc 100644 --- a/sound/soc/codecs/pcm1681.c +++ b/sound/soc/codecs/pcm1681.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include