From: Sachin Kamat Date: Fri, 11 Oct 2013 11:54:01 +0000 (+0530) Subject: ASoC: atmel: Include linux/of.h header X-Git-Tag: v3.13-rc1~2^2~33^2~43^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8aa99652cd52af07f4fa49fc50d78ede48c9c9b3;p=kernel%2Fkernel-generic.git ASoC: atmel: 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/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c index 802717e..f15bff1 100644 --- a/sound/soc/atmel/sam9g20_wm8731.c +++ b/sound/soc/atmel/sam9g20_wm8731.c @@ -37,6 +37,7 @@ #include #include #include +#include #include