]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: atmel: Include linux/of.h header
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 11 Oct 2013 11:54:01 +0000 (17:24 +0530)
committerMark Brown <broonie@linaro.org>
Wed, 16 Oct 2013 18:03:15 +0000 (19:03 +0100)
'of_match_ptr' is defined in linux/of.h. Include it explicitly.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/atmel/sam9g20_wm8731.c

index 802717eccbd010d1a43f104e87004a28e56c3f30..f15bff1548f8fceb86c3f466201aab13107d9816 100644 (file)
@@ -37,6 +37,7 @@
 #include <linux/interrupt.h>
 #include <linux/platform_device.h>
 #include <linux/i2c.h>
+#include <linux/of.h>
 
 #include <linux/atmel-ssc.h>